Make RunOptimize functions available#62
Merged
ChenHuajun merged 12 commits intoChenHuajun:masterfrom Nov 26, 2025
Merged
Conversation
Owner
|
Thank you for your PR, but the test cases did not pass and need to be adjusted |
Contributor
Author
|
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
Contributor
Author
|
Rebased against current master |
Owner
|
Thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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