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: README.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
@@ -55,7 +55,7 @@ Cons:
55
55
- Likewise, clustered indexes impact how well the data can be compressed. Again, this affects query runtimes indirectly.
56
56
- In some databases, clustered indexes must be build on top of flattened (e.g. concatenated and materialized) JSON documents. This technically contradicts the previous statement that flattening is discouraged.
57
57
58
-
It is not allowed to use cache query results (or generally intermediate results at the end of the query processing pipeline) between hot runs.
58
+
It is not allowed to cache query results (or generally: intermediate results at the end of the query processing pipeline) between hot runs.
0 commit comments