Skip to content
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

Add support for matching empty tables for cached queries #1204

Merged
merged 1 commit into from
May 3, 2024

Conversation

SanderMertens
Copy link
Owner

This PR adds the ability to match empty tabes in cached queries. This is primarily intended as a performance optimization, as it prevents having to notify a query of table empty/non empty events, and is especially useful in applications that already cleanup empty tables frequently.

@SanderMertens SanderMertens merged commit 5b65eb3 into master May 3, 2024
79 checks passed
@SanderMertens SanderMertens deleted the cached_empty_table_matching branch May 3, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant