Thanks a lot for the info :)
On Tue, Nov 6, 2018 at 11:11 AM DuyHai Doan wrote:
> Cassandra will execute such request using a Partition Range Scan.
>
> See more details here http://www.doanduyhai.com/blog/?p=13191, chapter E
> Cluster Read Path (look at the formula of Concurrency Factor)
>
>
>
>
Cassandra will execute such request using a Partition Range Scan.
See more details here http://www.doanduyhai.com/blog/?p=13191, chapter E
Cluster Read Path (look at the formula of Concurrency Factor)
On Tue, Nov 6, 2018 at 8:21 AM shalom sagges wrote:
> Hi All,
>
> If I run for example:
> se
Hi All,
If I run for example:
select * from myTable limit 3;
Does Cassandra do a full table scan regardless of the limit?
Thanks!