What's the best way to count / scan a table in ScyllaDB? (full table scan)

If you wish to perform a full table scan, please look into the following blog posts on how to do an efficient full table scan:

  • The theory behind an efficient full table scan Blog by Avi (our CTO)
  • Follow up Blog with code example in golang

Note: There’s also a python version of that efficient full table scan script.