@cfxlabsinc/b2b-services
    Preparing search index...

    Variable UTILA_WALLET_TRANSACTION_INSERT_CHUNK_SIZEConst

    UTILA_WALLET_TRANSACTION_INSERT_CHUNK_SIZE: 100

    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.

    docs/runbooks/rds-proxy-pinning.md