[
https://issues.apache.org/jira/browse/CASSANDRA-11745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18118761#comment-18118761
]
Michael Semb Wever commented on CASSANDRA-11745:
------------------------------------------------
adding to that, three more bugs:
1. Filtered reads can buffer the whole partition before returning one byte
page.
2. Static-column payload escapes the byte budget when regular rows exist.
3. Grouped queries can overrun internal byte pages across static-only
partitions.
will add tests to reproduce first.
> Add bytes limit to queries and paging
> -------------------------------------
>
> Key: CASSANDRA-11745
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11745
> Project: Apache Cassandra
> Issue Type: Improvement
> Components: Legacy/Core
> Reporter: Richard Low
> Assignee: Michael Semb Wever
> Priority: Normal
> Fix For: 6.0-alpha, 6.0.x, 7.x
>
> Attachments:
> ci_summary_thelastpickle_mck-CASSANDRA-11745-6.0_62.html,
> results_details_thelastpickle_mck-CASSANDRA-11745-6.0_62.tar.xz
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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: [email protected]
For additional commands, e-mail: [email protected]