Will it wear off my disk drive?
Author: snimavatCreated Dec 19, 2024Updated Jun 29, 2025
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
Source: typicode/lowdb