You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently send one frame at a time, which has lots of overhead from TLS handshake, for example. Let's send WAL frames in batches -- perhaps make it configurable and default to 32 KiB (which is 8 frames). We could also make batching smart and send full transactions at at time (or multiple transactions). The server side is built to allow partial transactions to be sent, but sending full transactions has less overhead.
The text was updated successfully, but these errors were encountered:
We currently send one frame at a time, which has lots of overhead from TLS handshake, for example. Let's send WAL frames in batches -- perhaps make it configurable and default to 32 KiB (which is 8 frames). We could also make batching smart and send full transactions at at time (or multiple transactions). The server side is built to allow partial transactions to be sent, but sending full transactions has less overhead.
The text was updated successfully, but these errors were encountered: