- From: kai zhu <notifications@github.com>
- Date: Wed, 27 Mar 2019 22:14:55 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 28 March 2019 05:15:16 UTC
nedb emulates appendFile by re-saving its entire database as a blob to indexedb whenever a row insert/delete/update is performed [1]. this performance-hit makes it impractical for persisting largish datasets (> 20mb). adding some kind of incremental appendFile feature would help. [1] https://github.com/louischatriot/nedb/blob/v1.6.0/browser-version/browser-specific/lib/storage.js#L49 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/260
Received on Thursday, 28 March 2019 05:15:16 UTC