Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Explicit update tables #286

@tkolzer

Description

@tkolzer

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions