Item11037: Slow MongoDB import when topics have many revisions
Priority: Enhancement
Current State: Closed
Released In: n/a
Target Release: n/a
Got mongodb working but import takes quite some time. We have a cronjob doing publish plugin jobs and that one had > 5000 revisions. I deleted those sicne they are not very important (rm fil.txt,v). Looks like import tries to figure out revs anyway since the topic it self has rev info, I guess in META:TOPICINFO.
--
LarsEik - 12 Aug 2011
Hi Lars, this is a duplicate of
Item10975 which implemented a
-reivision off
parameter for the
/MongoDB/update
rest handler, Eg. we use:
./rest /MongoDBPlugin/update -web all -revision off -fork on
--
PaulHarvey - 21 Sep 2011