Hi! In data lunedì, 26 marzo 2012 13.22:24, Roman Chyla ha scritto: > +1 for decoupling the indexes
this was also proposed since long time in the derived logical fields idea: (it's still on Savannah!) <https://savannah.cern.ch/task/?7572> > The HoldingPen branch has done something along these lines, the > PinkTable adds the ability to process records one by one (the indexes > must be created before, but that could be API'ed as well) - the > interface is exposed via PinkElephant > > pe = PinkElephant() > while x in range(100): > pe.index(pe.get_record(x)) > pe.commit() > > https://github.com/romanchyla/invenio/blob/pink-elephant/modules/pinkelephan > t/lib/pink_elephant.py What is PinkElephant? Were can we find more info about it? Cheers! Sam -- Samuele Kaplun Invenio Developer ** <http://invenio-software.org/>

