Skip to content

Commit 36d5d7d

Browse files
hlcianfagnaamotl
andauthored
Update docs/performance/optimization.rst
Co-authored-by: Andreas Motl <[email protected]>
1 parent 7c7a187 commit 36d5d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/performance/optimization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ Indexing in CrateDB is optimized to support filtering and aggregations without
9898
requiring expensive defragmentation operations, but it is not optimized for
9999
sorting​.
100100

101-
Maintaining a sorted index would slow down ingestion​ and Redshift and other
102-
analytical database systems like Cassandra make similar trade-offs​.
101+
Maintaining a sorted index would slow down ingestion, that's why​ other analytical
102+
database systems like Cassandra and Redshift make similar trade-offs​.
103103

104104
This means that when an ``ORDER BY`` is requested the whole dataset comes in
105105
memory in a node and data is sorted there and then, hence it is important to not

0 commit comments

Comments
 (0)