TmStorage Blog
Store multiple data streams in a single container
Status: Beta
Brought to you by:
tomazk8
When doing many changes inside the transaction, many small write operations can be performed which slows down performance. Therefore I added buffering layer between storage and underlying stream (above transaction stream). All writes during transaction are now buffered in memory and flushed to underlying stream on transaction commit.