Reputation: 233
I have a use case where I am using filters on counter columns in cassandra. Now I am migrating to Scylla, and I see that scylla won't support counter column filters.
Does anyone know how to enable counter column filtering in Scylla?
Upvotes: 2
Views: 234
Reputation: 76
Counters are being actively developed at Scylla at the moment. Some features, like this one, have been intentionally left missing. Please track this ticket: https://github.com/scylladb/scylla/issues/5635, I'll update you on the progress there and respond if you have any further questions.
EDIT: As you can see under the link above, the fix is already merged into upstream. It should be backported soon to the latest supported releases.
Upvotes: 6