You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jacek Lewandowski (Jira)" <ji...@apache.org> on 2022/11/04 07:46:00 UTC

[jira] [Updated] (CASSANDRA-11745) Add bytes limit to queries and paging

     [ https://issues.apache.org/jira/browse/CASSANDRA-11745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacek Lewandowski updated CASSANDRA-11745:
------------------------------------------
    Fix Version/s: 4.2

> Add bytes limit to queries and paging
> -------------------------------------
>
>                 Key: CASSANDRA-11745
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11745
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Legacy/Core
>            Reporter: Richard Low
>            Assignee: Jacek Lewandowski
>            Priority: Normal
>             Fix For: 4.2
>
>
> For some data models, values may be of very different sizes. When querying data, limit by count doesn’t work well and leads to timeouts. It would be much better to limit by size of the response, probably by stopping at the first row that goes above the limit. This applies to paging too so you can safely page through such data without timeout worries.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org