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
It seem to write to file entire db on every write operation.
So if i have a db with few 1000 entries,
and i insert a new record 1001,
it will write all 1001 records back to file
with frequent data updates, this can wear off the disk, isnt it
The text was updated successfully, but these errors were encountered:
It seem to write to file entire db on every write operation.
So if i have a db with few 1000 entries,
and i insert a new record 1001,
it will write all 1001 records back to file
with frequent data updates, this can wear off the disk, isnt it
The text was updated successfully, but these errors were encountered: