Elevator icon indicating copy to clipboard operation
Elevator copied to clipboard

Optimize name to uid index and db options loading

Open oleiade opened this issue 12 years ago • 0 comments

DbStore loading is a bit ugly today: first we load the store from json file, then we update the name to uid index, and then we update each databases options with the [storage-engine] config file section.

It implies to many iterations over the store, and could be easily grouped in a helper.

oleiade avatar Jul 25 '13 07:07 oleiade