-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels