We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0077c commit cbed581Copy full SHA for cbed581
aeon_ddl.proto
@@ -23,6 +23,8 @@ message CreateSpaceRequest {
23
repeated FieldDef format = 2;
24
// Sorting key definition (indexed fields).
25
repeated KeyPartDef key_def = 3;
26
+ // Storage engine.
27
+ string engine = 4;
28
}
29
30
message CreateSpaceResponse {
0 commit comments