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
For others: we briefly discussed that it might be useful to wrap the gzip writer with bufio.Writer, as opposed to buffering all the data before gzipping. We would need to measure that.
Some high cpu usage was observed in the docappender when writing to the gzip writer.
Investigate if we need to buffer data before writing
The text was updated successfully, but these errors were encountered: