Hi,
If I understand the basics of cassandra correctly, a statement like 'select * from mytable', where mytable has huge data across 100 tables, the above query would reach out to all the nodes to get data. this can in turn put a lot of strain on the cluster depending on the volume of data. if so why 'select * from table' without a qualifier is allowed?