netudima commented on PR #4707: URL: https://github.com/apache/cassandra/pull/4707#issuecomment-4189019243
the only potential concern for the approach itself: if we have frequent enough heavy select from one table and light selects from other tables (or even the same table but using different queries) then we will allocate more for every request as a tradeoff. But it is probably an unavoidable issue.., maybe we can limit a max value to limit an impact in such use cases.. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

