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 13a7cc5 commit 9b325bbCopy full SHA for 9b325bb
docs/performance/inserts/sequences.rst
@@ -86,10 +86,10 @@ values even when many ingestion processes run in parallel.
86
87
:Pros: Can have any arbitrary type of sequences, (we may for instance want to
88
increment values by 10 instead of 1 - prefix values with a year number -
89
- combine numbers and letters - etc)
+ combine numbers and letters - etc)
90
:Cons: Need logic for the optimistic update implemented client-side, the
91
sequences table becomes a bottleneck so not suitable for high-velocity
92
- ingestion scenarios
+ ingestion scenarios
93
94
95
We will first create a table to keep the latest values for our sequences:
0 commit comments