acid icon indicating copy to clipboard operation
acid copied to clipboard

Declarative indexes

Open dw opened this issue 11 years ago • 0 comments

acid.encoders.RecordEncoder is now smart enough to know how to access attributes from the record. It is trivial from there to extend core.py to support index specifications like: "name, -age, location", keep that specification in the store's metadata, and automatically recreate the Index instance after a restart.

Not sure if it's worthwhile.

dw avatar Sep 07 '13 09:09 dw