Conversation
bloom_fpr, klog_value_threshold, etc) to live column families via tidesdb_cf_update_runtime_config instead of only persisting them in the frm. also updates share-level cached options for isolation level, ttl, and encryption on alter. optimize table now calls tidesdb_purge_cf for synchronous flush and compaction instead of async tidesdb_compact so the table is fully compacted when the statement returns. added tidesdb_log_to_file and tidesdb_log_truncation_at read-only system variables. these were previously hardcoded to 1 and 24mb. added tidesdb_checkpoint_dir system variable trigger for near-instant hard-link snapshots via tidesdb_checkpoint, same pattern as the existing tidesdb_backup_dir. plugin set to gamma
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.
alter table now applies changed table options (sync_mode, compression,
bloom_fpr, klog_value_threshold, etc) to live column families via
tidesdb_cf_update_runtime_config instead of only persisting them in
the frm. also updates share-level cached options for isolation level,
ttl, and encryption on alter.
optimize table now calls tidesdb_purge_cf for synchronous flush and
compaction instead of async tidesdb_compact so the table is fully
compacted when the statement returns.
added tidesdb_log_to_file and tidesdb_log_truncation_at read-only
system variables. these were previously hardcoded to 1 and 24mb.
added tidesdb_checkpoint_dir system variable trigger for near-instant
hard-link snapshots via tidesdb_checkpoint, same pattern as the
existing tidesdb_backup_dir.
plugin set to gamma