We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7a187 commit 36d5d7dCopy full SHA for 36d5d7d
docs/performance/optimization.rst
@@ -98,8 +98,8 @@ Indexing in CrateDB is optimized to support filtering and aggregations without
98
requiring expensive defragmentation operations, but it is not optimized for
99
sorting.
100
101
-Maintaining a sorted index would slow down ingestion and Redshift and other
102
-analytical database systems like Cassandra make similar trade-offs.
+Maintaining a sorted index would slow down ingestion, that's why other analytical
+database systems like Cassandra and Redshift make similar trade-offs.
103
104
This means that when an ``ORDER BY`` is requested the whole dataset comes in
105
memory in a node and data is sorted there and then, hence it is important to not
0 commit comments