-
Notifications
You must be signed in to change notification settings - Fork 48
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
Training dictionary failed: Src size is incorrect #11
Comments
I've not seen that error before.. Could you set env Right now it's not easily possible to change the settings. What do you want to change exactly? For many settings you can change the config simply by editing the json in |
Ah you're probably hitting this error case: https://github.com/facebook/zstd/blob/eadb6c874f9d0c9e90c835f8b0181da802361e4c/lib/dictBuilder/fastcover.c#L328 Where the max training size is 1GB or 4GB. Try setting |
I think this worked for me: I used |
That's the error I'm getting when running
SELECT zstd_incremental_maintenance(null, 1);
Input:
Output:
What causes this and how do I fix it?
Also, how can I change the settings for
zstd_enable_transparent
afterwards? Running the command again on the same column (even with different settings) gives meError: Column text is already enabled for compression
.Thanks! 🙏
The text was updated successfully, but these errors were encountered: