Skip to content

expireover: Size Bloom filter via history backend #367

Closed
kev009 wants to merge 2 commits into
InterNetNews:mainfrom
kev009:bloom-hissqlite
Closed

expireover: Size Bloom filter via history backend #367
kev009 wants to merge 2 commits into
InterNetNews:mainfrom
kev009:bloom-hissqlite

Conversation

@kev009

@kev009 kev009 commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Add a history method to get an entry estimate for sizing data structures.

For hissqlite this is tricky, a count() would be a full table scan. So estimate it based on page use.

Bump the minimum SQLite version to 3.24.0 (needed by hissqlite for UPSERT, 3.20.0 needed for these pragma_ columns, remove compat code).

Julien-Elie pushed a commit that referenced this pull request Jul 18, 2026
@Julien-Elie Julien-Elie self-assigned this Jul 18, 2026
@Julien-Elie Julien-Elie added enhancement New feature or request C: history Related to history P: low Low priority labels Jul 18, 2026
@Julien-Elie Julien-Elie added this to the 2.8.0 milestone Jul 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C: history Related to history enhancement New feature or request P: low Low priority

Development

Successfully merging this pull request may close these issues.

2 participants