writing files
Opened this issue · 0 comments
Warpten commented
Problems to expect:
- Heuristics for section assignment of each member:
- Bitpacking (bit counting if
column.max_value < (column.type.max_value >> 8)
- Choosing between pallet and common (default value heuristic?)
- Bitpacking (bit counting if
- Maintain a string pool - whenever an item is added to the container, we need to extract strings from it
- Subsidiary: when is a string pool not needed?