Rows per insert … values for utila_wallet_transaction.
The same bound, for the same reason, as
ACCOUNT_TRANSACTION_INSERT_CHUNK_SIZE on the Solana side: RDS Proxy pins a
session for the rest of its life once a statement's TEXT passes 16,384 bytes,
and bind PLACEHOLDERS count toward it even though bind VALUES do not. This
table is wider than solana_account_transaction, so 100 rows is if anything
more conservative here.
Rows per
insert … valuesforutila_wallet_transaction.The same bound, for the same reason, as
ACCOUNT_TRANSACTION_INSERT_CHUNK_SIZEon the Solana side: RDS Proxy pins a session for the rest of its life once a statement's TEXT passes 16,384 bytes, and bind PLACEHOLDERS count toward it even though bind VALUES do not. This table is wider thansolana_account_transaction, so 100 rows is if anything more conservative here.