Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.14 KB

json-file.md

File metadata and controls

12 lines (9 loc) · 1.14 KB

JsonFile

Local .json files for workbench development and small data volumes. Do not use for high-frequency complex queries on larger collections. Can however scale infinitely with the same speed on find by ID-only queries. Consult query performance metrics and if causing frame time problems consider switching to a "real" database via Http proxy.

Implementation: EDF_JsonFileDbDriver

Aliases: Json

Option Values Description
Cache True/False Cache read results from disk to reduce file IO operations on consecutive queries.
Prettify True/False Save files prettified (formatted). Primarily for debugging.