[Enhancement] Better caching
Closed this issue · 1 comments
jspaezp commented
Right now the caching of the database is invalidated if any parameter in the configuration is changed (even it it is not relevant to the database generation).
It could be improved by hashing the config using only the parameters that are used for the index generation.
jspaezp commented
Added!