Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: kevindiu <[email protected]>
  • Loading branch information
kevindiu committed Sep 19, 2023
1 parent 4024583 commit 6861f91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apis/proto/v1/payload/payload.proto
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ message Update {
// A flag to disable balanced update (split remove -> insert operation)
// during update operation.
bool disable_balanced_update = 4;
// A flag to enable timestamp update when the same index exists.
bool update_timestamp_if_exists = 5;
}
}

Expand Down Expand Up @@ -279,6 +281,8 @@ message Upsert {
// A flag to disable balanced update (split remove -> insert operation)
// during update operation.
bool disable_balanced_update = 4;
// A flag to enable timestamp update when the same index exists.
bool update_timestamp_if_exists = 5;
}
}

Expand Down

0 comments on commit 6861f91

Please sign in to comment.