Hello team,
I am meeting a query at startup of my xwiki (3.1) which takes more than three minutes.
delete from xwikiproperties where xwp_name like 'editbox_%' and
xwp_classtype='com.xpn.xwiki.objects.LongProperty'
I don't find where that query is made anymore, Google is becoming worse and worse to
search for XWiki things, but I vaguely remember something about it.
Do you all agree it is useless a delete?
Should I create an SQL index just for that?
thanks in advance
paul