Item10975: Consider making versions import a separate rest handler
Priority: Enhancement
Current State: Closed
Released In: n/a
Target Release: n/a
For testing purposes anyway. It takes hours to import our data on my notebook.
In the event a catastrophic mongo meltdown, it would be cool to rebuild the data for current versions only to get the site back up as quick as possible. Then do the versions import once it's running again
--
PaulHarvey - 16 Jul 2011
ok, I'm adding a
revision=off
param - basically, it means you can import without history, and then later run a full import at a later date (i hope that works)
also calling $meta->finish() as letting the obj run out of scope leaks memory without leaking
over to your testing
--
SvenDowideit - 20 Jul 2011
Works, but I need to do some more testing wrt indexes not being made (probably has nothing to do with importing without versions, just need to do some more tests)
--
PaulHarvey - 22 Jul 2011
I'm not terribly happy with the naming (can't it be revisions rather than revision?

but this does work. Need to pretty up the docs a bit, but I'll get to that in another task. Closing.
--
PaulHarvey - 05 Sep 2011