mkrd/DictDataBase

Add config.use_indexing?

mkrd opened this issue · 1 comments

mkrd commented

By default, DDB creates a index files for each db file in which the indices of values and the value hash are stored.
This drastically increases performance, but might not be wanted in some cases. If no index files should be written, DDB.config.use_indexing = False could disable it.

mkrd commented

Indexing is an an important part of ddb so this is a bad idea