It was mentioned that we cannot use > or < operators on partition key columns in cassandra. Let's assume I have a table which is partitioned by date (ex: 2020-01-01) and one partition is created for each day and table has 365 days of data. Now, if I have to look at all the data that has is greater than 2020-01-01, how should I go about it?
In Teradata and Hadoop, both of which are distributed systems, using > or < on partition columns are allowed.
Kindly advise.