This is an automated email from the ASF dual-hosted git repository.

jiacai2050 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-horaedb-proto.git

commit e7dd95087516c528a946ff922d63a00da68deb54
Author: kamille <[email protected]>
AuthorDate: Thu Jan 4 13:41:34 2024 +0800

    feat: update table options (#123)
---
 protos/engine/manifest.proto | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/protos/engine/manifest.proto b/protos/engine/manifest.proto
index fe9c0f2..f3fdef8 100644
--- a/protos/engine/manifest.proto
+++ b/protos/engine/manifest.proto
@@ -134,6 +134,7 @@ message TableOptions {
   // is still unknown.
   bool sampling_segment_duration = 11;
   StorageFormatHint storage_format_hint = 12;
+  LayeredMemtableOptions layered_memtable_options = 13;
 }
 
 enum UpdateMode {
@@ -188,3 +189,8 @@ enum Compression {
   SNAPPY = 2;
   ZSTD = 3;
 }
+
+message LayeredMemtableOptions {
+  // Layered memtable will be disable when threshold is 0.
+  uint64 mutable_segment_switch_threshold = 1;
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to