-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
With large datasets, Jsondatabase becomes slower when performing an update because all objects stored in the database are evaluated for changes to save only the changed/new object to disk. To solve this problem, the explicitUpdateTable property should be implemented for folder-based tables. When a table is marked as explicitUpdateTable, changed objects from that table must be explicitly passed to the db.update function and only those will be saved to disk.