[DiscordArchive] what is offset field in it for?
[DiscordArchive] what is offset field in it for?
Archived author: Marlamin • Posted: 2018-11-04T12:54:57.958000+00:00
Original source
i only fixed sparse tables yesterday
Archived author: Skarn • Posted: 2018-11-04T12:55:00.044000+00:00
Original source
it is just confusing
Archived author: Marlamin • Posted: 2018-11-04T12:55:04.301000+00:00
Original source
<@456226577798135808> that is also what the math teacher says
Archived author: Deleted User • Posted: 2018-11-04T12:55:09.422000+00:00
Original source
the column type is not enough to figure out how large a column is
Archived author: Deleted User • Posted: 2018-11-04T12:55:18.415000+00:00
Original source
earlier it used to be field type uint32 -> 4 bytes
Archived author: Deleted User • Posted: 2018-11-04T12:55:20.562000+00:00
Original source
float -> 4 bytes
Archived author: Deleted User • Posted: 2018-11-04T12:55:23.183000+00:00
Original source
string -> 4 bytes
Archived author: Deleted User • Posted: 2018-11-04T12:55:26.014000+00:00
Original source
etc
Archived author: Deleted User • Posted: 2018-11-04T12:55:35.428000+00:00
Original source
now a uint32 field can be from 1 to 32 bits
Archived author: Deleted User • Posted: 2018-11-04T12:55:52.974000+00:00
Original source
but all records have the same size for that column