Closed crwen closed 1 week ago
Now data wiil be appended to file every time encoding. This PR add a simple buffer to cache record encoded data when write WAL.
Here are the results of a test on my machine(macbook pro 18) with 10000 DynRecords inserted
DynRecord
Could it be able to become a general buffered writer in fusio? Always using 4KB or 8KB as a chunk, flush to disk, Record bounding type makes it not general.
fusio
Record
189
Now data wiil be appended to file every time encoding. This PR add a simple buffer to cache record encoded data when write WAL.
Here are the results of a test on my machine(macbook pro 18) with 10000
DynRecord
s inserted