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/guides/best-practices/sparse-primary-indexes.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
@@ -1494,7 +1494,7 @@ A compromise between fastest retrieval and optimal data compression is to use a
1494
1494
1495
1495
### A concrete example {#a-concrete-example}
1496
1496
1497
-
One concrete example is a the plaintext paste service https://pastila.nl that Alexey Milovidov developed and [blogged about](https://clickhouse.com/blog/building-a-paste-service-with-clickhouse/).
1497
+
One concrete example is a the plaintext paste service [https://pastila.nl](https://pastila.nl) that Alexey Milovidov developed and [blogged about](https://clickhouse.com/blog/building-a-paste-service-with-clickhouse/).
1498
1498
1499
1499
On every change to the text-area, the data is saved automatically into a ClickHouse table row (one row per change).
0 commit comments