Hello Team, Here is a simple query. Whenever a select query is being run with cluster columns in where clause, does it happen that the entire partition is being read from disk to memory and then iterated over to fetch the required result set.
Or there are indexes in place which help read only specific data from the disk Thanks Allen