Hi I stumbled on this <https://docs.datastax.com/en/archived/cql/3.0/cql/ddl/ddl_counters_c.html> post which says use consistency level ONE with counters. I'm using cassandra 3 with 3 copies in one data center. I've to support consistent reads.
Can we do LOCAL_QUORUM read/write against counters ? Is there any downside of using quorum with counters ? If we can't use quorum then is it possible to get consistent reads ? Regards Tarun Chabarwal