-
Notifications
You must be signed in to change notification settings - Fork 66
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
L1 arrow compaction #433
Comments
This may only be worth pursuing once the REE support changes are in FrostDB as well as the record sorting implementation apache/arrow#34719 is completed |
Agreed. I think moving to arrow-only in-mem would be the last step in this quarter. |
I am thinking about this, I was wondering if this is the same as |
Yes, although given the arrow parts should be merged on input, there probably isn't a need for the downstream sort. I'd also be interested in getting some L0 to L1 stats on how much memory we reduce through arrow compaction vs parquet compaction. |
@asubiotto can you expand a bit about memory expectation between arrow/parquet compaction ? I was always under the impression |
Yes, this is why I'd be interested in getting some numbers so we are informed about the tradeoffs. Intuitively, dictionary encoding should go a long way. We've also been thinking about experimenting with run end encoding in arrow. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
I think it's still useful to keep this open. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
It may be useful to have the option to compact L0 arrow records into L1 arrow records instead of Parquet.
The text was updated successfully, but these errors were encountered: