We have a business scenario. We must execute the following statement:
select * from tbl; This CQL has no WHERE condition.What I want to ask is that if the data in this table is more than one million or more, what methods or parameters can improve the performance of this CQL?