[xwiki-dev] Number of document decrease XWiki performance

Sebastien Gaide sgaide at gmail.com
Wed Feb 7 16:52:10 CET 2007


Here are the indexes I'm using :

create index doc_fullname on xwikidoc (XWD_FULLNAME);
create index doc_web_name on xwikidoc (XWD_WEB, XWD_NAME);
create index object_name on xwikiobjects (XWO_NAME);
create index object_classname on xwikiobjects (XWO_CLASSNAME);

Seb.




More information about the devs mailing list