Skip to content

Commit 31b33c2

Browse files
committed
Fix typo
1 parent 6927a8e commit 31b33c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Cons:
5555
- Likewise, clustered indexes impact how well the data can be compressed. Again, this affects query runtimes indirectly.
5656
- 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.
5757

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.
5959

6060
## Goals
6161

0 commit comments

Comments
 (0)