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
Use StringIO for pure python legacy batch inserts.
This reduces memory fragmentation when encoding large batches of documents for insert. Testing shows improvements in memory usage in pure python and reduced GC overhead in Jython with no reduction in performance.
0 commit comments