From 3df76d204550ff7d458e8a086104d834716bf664 Mon Sep 17 00:00:00 2001 From: Jeremy Chapman Date: Tue, 12 Jun 2018 13:00:33 -0700 Subject: [PATCH] Correct README comment from DTCS to TWCS (TWC is much better and DTCS is deprecated in most Apache Cassandara 3.x releases) --- Readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.markdown b/Readme.markdown index ea5e34022..cf6ca04f4 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -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).|