-
Notifications
You must be signed in to change notification settings - Fork 46
Make RunOptimize functions available #62
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
Conversation
|
Thank you for your PR, but the test cases did not pass and need to be adjusted |
|
The test failure was because the default extension version in the control file was still the previous version. I've updated that and also the .sql definition files. I was reluctant to do that before because it's not my place to set the version number, but it does need to be different. Let me know if there's anything else you'd like me to change or add. |
* allow bitmaps to be run optimized (great if you want to make bitmaps smaller, for less WAL and network usage, as well as better cache coherency for large bitmaps)
1cdfcc5 to
b7c83c8
Compare
|
Rebased against current master |
|
Thanks |
This PR makes the
_run_optimizefunctions available to the database. This can be useful for reducing database and WAL footprint when making extensive use of roaringbitmaps.Merging this would presumably warrant an extension version bump, so there's a minimal update file included as
roaringbitmap--1.1--1.2.sql