Skip to content

Commit

Permalink
Support logic partition
Browse files Browse the repository at this point in the history
Signed-off-by: xige-16 <[email protected]>
  • Loading branch information
xige-16 committed Apr 27, 2023
1 parent 1b5e205 commit 93149c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/schema.proto
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ message FieldSchema {
repeated common.KeyValuePair index_params = 7;
bool autoID = 8;
FieldState state = 9; // To keep compatible with older version, the default state is `Created`.
bool is_partition_key = 12; // enable logic partitions
int64 partitions = 13; // num of default physical partitions, and not support alter if enable logic partitions
}

/**
Expand Down

0 comments on commit 93149c5

Please sign in to comment.