Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Columnar storage: handle compactations above 4 billion elements #2

Closed
alnkesq opened this issue Jan 11, 2025 · 1 comment
Closed

Columnar storage: handle compactations above 4 billion elements #2

alnkesq opened this issue Jan 11, 2025 · 1 comment

Comments

@alnkesq
Copy link
Owner

alnkesq commented Jan 11, 2025

The naive solution would be to switch to UInt64 (this would double the size of *.col2.dat files).
Maybe using something like UInt40 or UInt48 would be a good compromise.

@alnkesq
Copy link
Owner Author

alnkesq commented Jan 26, 2025

UInt48. No migration is provided.

@alnkesq alnkesq closed this as completed Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant