[DiscordArchive] What is copy_table in WDC??
[DiscordArchive] What is copy_table in WDC??
Archived author: Skarn • Posted: 2018-11-04T11:28:08.174000+00:00
Original source
What is copy_table in WDC??
Archived author: Skarn • Posted: 2018-11-04T11:28:12.375000+00:00
Original source
Duplicate rows?
Archived author: Deleted User • Posted: 2018-11-04T11:28:56.901000+00:00
Original source
yea
Archived author: MaxtorCoder • Posted: 2018-11-04T11:30:09.267000+00:00
Original source
Yup
Archived author: Skarn • Posted: 2018-11-04T11:30:57.739000+00:00
Original source
what is pallet data?
Archived author: Deleted User • Posted: 2018-11-04T11:31:23.371000+00:00
Original source
the column meta contains all values for all rows for that column
Archived author: Deleted User • Posted: 2018-11-04T11:31:34.842000+00:00
Original source
and the fields per row for that column only hold an index into that palette array
Archived author: Deleted User • Posted: 2018-11-04T11:32:03.150000+00:00
Original source
like for example when you have map type with like 6 possible values
Archived author: Deleted User • Posted: 2018-11-04T11:32:16.227000+00:00
Original source
you put these into an array in the column meta data
Archived author: Deleted User • Posted: 2018-11-04T11:32:23.454000+00:00
Original source
and each row only has a 3 bit index