Not specifying the partitioning-columns (id
in this case) will result in cluster-wide full table scan and is an anti pattern. See docs SELECT statement [YCQL] | YugabyteDB Docs.
If this is needed, can you open an issue on github ?
Not specifying the partitioning-columns (id
in this case) will result in cluster-wide full table scan and is an anti pattern. See docs SELECT statement [YCQL] | YugabyteDB Docs.
If this is needed, can you open an issue on github ?