Unverified Commit c22c1026 authored by Arunprasad Rajkumar's avatar Arunprasad Rajkumar Committed by GitHub
Browse files

Implement multi-value inserts (#465)



This commit optimizes multi-value inserts by transferring insert values
from a new statement to an existing one if they target the same table.
This optimization significantly reduces network latency when multiple consecutive
insert statements are executed within a transaction.

Signed-off-by: default avatarArunprasad Rajkumar <ar.arunprasad@gmail.com>
parent a1588186
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment