You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2022/01/26 05:20:58 UTC

[shardingsphere] branch master updated (2835eac -> 60fc2c6)

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

panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 2835eac  Reduce write overhead of PostgreSQL high frequency packets (#15057)
     add 60fc2c6  Reduce write tasks submit to Netty (#15053)

No new revisions were added by this update.

Summary of changes:
 .../PostgreSQLAggregatedResponsesPacket.java}      | 35 ++++++++++++----------
 ...> PostgreSQLAggregatedResponsesPacketTest.java} | 23 ++++++++++----
 .../PostgreSQLAggregatedCommandExecutor.java       |  4 ++-
 .../PostgreSQLAggregatedCommandExecutorTest.java   |  5 +++-
 4 files changed, 45 insertions(+), 22 deletions(-)
 copy shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/{PostgreSQLParameterDescriptionPacket.java => extended/PostgreSQLAggregatedResponsesPacket.java} (55%)
 copy shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/test/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/extended/{bind/PostgreSQLBindCompletePacketTest.java => PostgreSQLAggregatedResponsesPacketTest.java} (53%)