Calculating size of record in queue

hi, any way to calculate record size in write.queue_size?
from 7.9 the write.queue_size was updated from 200 to 10000 and I wonder if the heap size of 16 Gb can hold all the 10000 requests (most of them bulk requests) in RAM

We don't know that size ourselves, sadly. Generally you are better off handling back pressure with exponential back off or something rather than bumping the write queue a ton.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.