[
https://issues.apache.org/jira/browse/CASSANDRA-21351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francisco Guerrero updated CASSANDRA-21351:
-------------------------------------------
Reviewers: Francisco Guerrero, Stefan Miklosovic
Status: Review In Progress (was: Patch Available)
> Reduce memory allocations in SelectStatement.getQuery
> -----------------------------------------------------
>
> Key: CASSANDRA-21351
> URL: https://issues.apache.org/jira/browse/CASSANDRA-21351
> Project: Apache Cassandra
> Issue Type: Improvement
> Components: Consistency/Coordination
> Reporter: Dmitry Konstantinov
> Assignee: Dmitry Konstantinov
> Priority: Normal
> Fix For: 6.x, 7.x
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> Minor reduction of memory allocations in miscellaneous places of
> SelectStatement.getQuery:
> * SinglePartitionReadCommand.Group#create - typical single partition select,
> use singletonList instead of ArrayList + Object[], 0.11%
> * SelectStatement#getSliceCommands - remove unnessesary cloning of partition
> key, 0.43%
> * SelectStatement#getSliceCommands - typical single partition select, use
> singletonList instead of ArrayList + Object[], 0.11%
> * SinglePartitionReadQuery.Group#maybeValidateIndex, iterators for
> restrictioSet, 0.31%
> Total: 0.96%
> to be continued
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]