Changes for page MySQL Installation
Last modified by Thomas Mortagne on 2022/05/25
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. rrodriguez1 +XWiki.ThomasMortagne - Content
-
... ... @@ -88,13 +88,7 @@ 88 88 create index xwd_parent on xwikidoc (xwd_parent(50)); 89 89 create index xwd_class_xml on xwikidoc (xwd_class_xml(20)); 90 90 create index xda_docid1 on xwikiattrecyclebin (xda_docid); 91 -create index ase_page_date on activitystream_events (ase_page, ase_date); 92 -create index ase_param1 on activitystream_events (ase_param1(200)); 93 -create index ase_param2 on activitystream_events (ase_param2(200)); 94 -create index ase_param3 on activitystream_events (ase_param3(200)); 95 -create index ase_param4 on activitystream_events (ase_param4(200)); 96 -create index ase_param5 on activitystream_events (ase_param5(200)); 97 -create index solr_iterate_all_documents on xwikidoc (XWD_WEB, XWD_NAME, XWD_LANGUAGE, XWD_VERSION); 91 +create index solr_iterate_all_documents on xwikidoc (XWD_WEB(500), XWD_NAME(253), XWD_LANGUAGE(5), XWD_VERSION(10)); 98 98 // Only required if you use stats (feature is off by default) 99 99 create index xws_number on xwikistatsdoc (XWS_NUMBER); 100 100 create index xws_classname on xwikistatsdoc (XWS_CLASSNAME);