I'm going to be writing a general object class for use with zodb. These objects will add themselves to a btree index once they are persisted to the zodb object graph.
I've never really worked with any of this before, but would anyone have any resources and/or advice on doing this?
With zodb's power when dealing with object references and a good indexing strategy, I could end up getting the best of both database worlds.
Any other thoughts are more than welcome, thanks!