Skip to content

Commit 9b325bb

Browse files
committed
Replace tabs with spaces for identation
1 parent 13a7cc5 commit 9b325bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/performance/inserts/sequences.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ values even when many ingestion processes run in parallel.
8686

8787
:Pros: Can have any arbitrary type of sequences, (we may for instance want to
8888
increment values by 10 instead of 1 - prefix values with a year number -
89-
combine numbers and letters - etc)
89+
combine numbers and letters - etc)
9090
:Cons: Need logic for the optimistic update implemented client-side, the
9191
sequences table becomes a bottleneck so not suitable for high-velocity
92-
ingestion scenarios
92+
ingestion scenarios
9393

9494

9595
We will first create a table to keep the latest values for our sequences:

0 commit comments

Comments
 (0)