crossbario / cfxdb

Database schemata for CrossbarFX and XBR, based on zLMDB
MIT License
0 stars 6 forks source link

Fix catalog index #55

Closed om26er closed 4 years ago

om26er commented 4 years ago

The catalog indexing wasn't really working. This fixes that.

oberstet commented 4 years ago

yep, that looks good! it should keep the index up to date automatically.

there are some few places where I think we do have that other manual pattern: 1) insert into table A and 2) update table B (dependent on data in A). forgot the exact reason. but in general (when possible), the automatic index facility should be used.