Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.1 KB

binary-file.md

File metadata and controls

11 lines (8 loc) · 1.1 KB

BinaryFile

Local .bin files for workbench development and small data volumes. As compact as possible in terms of file size. 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_BinaryFileDbDriver

Aliases: BinFile, Bin

Option Values Description
Cache True/False Cache read results from disk to reduce file IO operations on consecutive queries.