This is an automated email from the ASF dual-hosted git repository.

marcuse pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 7f1659c  Upgrade netty and chronicle-queue dependencies to get 
Auditing and native library loading working on arm64 architectures
     new 8333d0b  Reduce amount of allocations during batch statement execution
     new 8ae2b09  Merge branch 'cassandra-3.11' into trunk

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                        |   1 +
 .../PartitionKeySingleRestrictionSet.java          |   7 +-
 .../cql3/restrictions/RestrictionSet.java          |  66 +++++----
 .../cassandra/cql3/statements/BatchStatement.java  |  48 ++++---
 .../cql3/statements/BatchUpdatesCollector.java     |  50 +++++--
 .../cql3/statements/ModificationStatement.java     |  17 ++-
 .../statements/SingleTableUpdatesCollector.java    |  26 ++--
 .../cassandra/cql3/statements/UpdateStatement.java |   9 +-
 src/java/org/apache/cassandra/db/Mutation.java     |  17 ++-
 .../test/microbench/BatchStatementBench.java       | 149 +++++++++++++++++++++
 10 files changed, 302 insertions(+), 88 deletions(-)
 create mode 100644 
test/microbench/org/apache/cassandra/test/microbench/BatchStatementBench.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to