Skip to content

Commit b9160e8

Browse files
authored
Update best-practice-performance.md
1 parent a88a2ee commit b9160e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/managed-instance-apache-cassandra/best-practice-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ This indicates a problem in the data model. Here is a [stack overflow article](h
226226

227227
## Specialized optimizations
228228
### Compression
229-
Cassandra allows the selection of an appropriate compression algortithm when a table is created (see [Compression](https://cassandra.apache.org/doc/latest/cassandra/operating/compression.html)) The default is LZ4 which is excellent
229+
Cassandra allows the selection of an appropriate compression algorithm when a table is created (see [Compression](https://cassandra.apache.org/doc/latest/cassandra/operating/compression.html)) The default is LZ4 which is excellent
230230
for throughput and CPU but consumes more space on disk. Using Zstd (Cassandra 4.0 and up) saves about ~12% space with
231231
minimal CPU overhead.
232232

0 commit comments

Comments
 (0)