Skip to content

Commit 058c126

Browse files
committed
Fix the "Update" section.
Signed-off-by: jvaidya <jitendra.vaidya@gmail.com>
1 parent 83c22bc commit 058c126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/VSchema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Vitess can handle more complex queries. For now, you can refer to the [design do
113113

114114
#### Update
115115

116-
The WHERE clause is used to route the update. Changing the value of a Vindex column is unsupported because this may result in a row being migrated from one shard to another.
116+
The WHERE clause is used to route the update. Updating the value of a Vindex column is supported, but with a restriction: the change in the column value should not result in the row being moved from one shard to another. A workaround is to perform a delete followed by insert, which works as expected.
117117

118118
#### Delete
119119

0 commit comments

Comments
 (0)