Hello. I have a SCF that is acting strange. See these 2 query times:
get NamespaceRevision[3cd88d97-ffde-44ca-8ae9-5336caaebc4e] limit 33; ... Returned 33 results. Elapsed time: 41 msec(s). get NamespaceRevision[3cd88d97-ffde-44ca-8ae9-5336caaebc4e] limit 34; ... Returned 34 results. Elapsed time: 3569 msec(s). What can be the cause of this delay? I have a 3 node cluster with a replication factor of 3, so all of the nodes should have a copy of the data. -> describe cluster; Cluster Information: Snitch: org.apache.cassandra.locator.PropertyFileSnitch Partitioner: org.apache.cassandra.dht.RandomPartitioner Schema versions: a354e01a-d342-3755-9821-c550dcd1caba: [zzz, yyy, xxx] Is there more information that I can provide? Best regards, André Cruz