We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d1497 commit 1706792Copy full SHA for 1706792
src/backend/replication/logical/reorderbuffer.c
@@ -157,7 +157,7 @@ static const Size max_changes_in_memory = 4096;
157
* major bottleneck, especially when spilling to disk while decoding batch
158
* workloads.
159
*/
160
-static const Size max_cached_tuplebufs = 4096 * 2; /* ~8MB */
+static const Size max_cached_tuplebufs = 4096 * 2; /* ~64MB */
161
162
/* ---------------------------------------
163
* primary reorderbuffer support routines
0 commit comments