-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
We spend a lot of space on storing row keys. We should figure out a way to reduce this. Possibilities:
- Combine multiple values under a single key
- Use variable-width key fields
- Compact key fields across byte boundaries. Sets one bit at a time in keys instead of a byte at a time.
We'll want to preserve backward compatibility.
Metadata
Metadata
Assignees
Labels
No labels