twcs icon indicating copy to clipboard operation
twcs copied to clipboard

Time Window CompactionStrategy for Apache Cassandra

Results 6 twcs issues
Sort by recently updated
recently updated
newest added

Currently using Cassanra 2.2.14 with jeffjirsa 2.2 branch of twcs. I converted a number of CFs to use com.jeffjirsa.cassandra.db.compaction.TimeWindowCompactionStrategy Now I am upgrading the cluster to Cassandra 3.0.18. I am...

Our issue is old SSTables are never deleting, and running sstableexpiredblockers tells the issue is because practically ALL our SSTables have overlapping timestamps preventing it from tombstoning. We're running Cassandra...

Hi, I've been testing with TWCS and KairosDB. My KairosDB TTL for data is 15 days. Here is the SCHEMA (note the 'timestamp_resolution': 'MILLISECONDS'): ``` CREATE TABLE metricdb.data_points ( key...

@jeffjirsa how does this look?

Allow the repository to be built in CircleCI and deployed to bintray. This will require a few items to be set up once merged. Create a package on Bintray: Steps...