guyfedwards commented on issue #1922:
URL: 
https://github.com/apache/cassandra-gocql-driver/issues/1922#issuecomment-3686986555

   I am able to reproduce this locally using a single scylla node with ~1m 
records. 
   `count(*) from requests` - 1200189
   `select count(*) from requests where id = 
00000000-450e-4435-b7de-04446e58ab39;` - 25576
   Above `iter.scanner()` - 9363 
   
   For reference the indexes are:
   `PRIMARY KEY ((agentid, cassandra_unixhour), request_id)`
   `CREATE INDEX agent_id ON warehouse.requests(agentid);`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to