You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/sharding/omnishards.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ If the query contains a sharding key, it will be used instead, and omnisharded t
30
30
31
31
### Consistency
32
32
33
-
Writing data to omnisharded tables is atomic if you enabled[two-phase commit](2pc.md).
33
+
Writing data to omnisharded tables is atomic if you enable[two-phase commit](2pc.md).
34
34
35
35
If you can't or choose not to use 2pc, make sure writes to omnisharded tables can be repeated in case of failure. This can be achieved by using unique indexes and `INSERT ... ON CONFLICT ... DO UPDATE` queries.
0 commit comments