Skip to content

Commit

Permalink
Correct README comment from DTCS to TWCS (TWC is much better and DTCS…
Browse files Browse the repository at this point in the history
… is deprecated in most Apache Cassandara 3.x releases)
  • Loading branch information
chapj2001 committed Jun 12, 2018
1 parent 85248af commit 3df76d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Optional artifacts
|GroupID/Org|ArtifactID/Name|Desc|
| --------- | ------------- |----|
|com.netflix.astyanax|astyanax-contrib|Optional integration with other commonly-used Netflix OSS modules.|
|com.netflix.astyanax|astyanax-queue|Queue implementation backed by Cassandra storage. Use at your own risk -- Cassandra can be a *very bad* storage engine for queues. If you insist on using Cassandra for queues, set a very short TTL and use DateTieredCompactionStrategy (DTCS).|
|com.netflix.astyanax|astyanax-queue|Queue implementation backed by Cassandra storage. Use at your own risk -- Cassandra can be a *very bad* storage engine for queues. If you insist on using Cassandra for queues, set a very short TTL and use TimeWindowCompactionStrategy (TWCS).|
|com.netflix.astyanax|astyanax-entity-mapper||
|com.netflix.astyanax|astyanax-recipes|Optional implementations of some common patterns. Use at your own risk; some of these are popular but not well-suite for Cassandra for many use cases (looking at you, AllRowsReader).|

Expand Down

0 comments on commit 3df76d2

Please sign in to comment.