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.