Changes for page Database Administration
Last modified by Thomas Mortagne on 2025/02/18
From version 1.2
edited by Ludovic Dubost
on 2007/08/21
on 2007/08/21
Change comment:
Indexes and Sanity check script for mysql
To version 1.3
edited by Vincent Massol
on 2007/08/27
on 2007/08/27
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. LudovicDubost1 +XWiki.VincentMassol - Content
-
... ... @@ -1,10 +1,10 @@ 1 1 1 Database Administration 2 2 3 -XWiki uses by default a database to store it 's data. You will find on this page tips and tricks to administer and tune your database setup. For Installation please check the [Installation>Installation#HInstallandconfigureaRelationalDatabase] page which contains information on how to setup XWiki for multiple databases.3 +XWiki uses by default a database to store its data. You will find on this page tips and tricks to administer and tune your database setup. For Installation please check the [Installation>Installation#HInstallandconfigureaRelationalDatabase] page which contains information on how to setup XWiki for multiple databases. 4 4 5 5 1.1 Indexes 6 6 7 -To improve your XWiki when running with many documents you should run the following script to create indexes for your database. This has been tested for MySQL 4.x and 5.0. 7 +To improve your XWiki instance when running with many documents you should run the following script to create indexes for your database. This has been tested for MySQL 4.x and 5.0. 8 8 9 9 {code} 10 10 create index xwd_name on xwikidoc (xwd_name);