Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Conversation

@roynalnaruto
Copy link

N_BLOB_BYTES cannot be used in n_rows_data, as n_rows_data is for the "batch" (not for the "blob").

We add N_BATCH_BYTES, which is set to 5x of N_BLOB_BYTES, which allows up to 5x compression ration from the zstd encoding. We can even set this to 8x, because this is just the upper bound. We have sufficient number of rows to populate n_rows_data since with k=20 we have ~ 1 << 20 rows.

@roynalnaruto roynalnaruto requested a review from lispc May 25, 2024 13:40
@lispc lispc merged commit 4658b6e into develop May 25, 2024
@lispc lispc deleted the fix/batch-bytes-vs-blob-bytes branch May 25, 2024 22:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants