Skip to content

Conversation

@eugenep-scribd
Copy link
Contributor

When setting is enabled (by default), it scans delta logs on each commit, and that leads to a significant overhead.

It's possible to turn it off on table level, but that causes logs never deleted (even on vacuum). By turning the setting off on commit, the logs are still cleaned up when table is vacuumed or optimized, but not when data is added

When setting is enabled (by default), it scans delta logs on each
commit, and that leads to a significant overhead.

It's possible to turn it off on table level, but that causes logs never
deleted (even on vacuum). By turning the setting off on commit, the logs
are still cleaned up when table is vacuumed or optimized, but not when
data is added
@rtyler rtyler merged commit d7d1f23 into buoyant-data:main Oct 7, 2025
1 check failed
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.

2 participants