mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
added index to ParentID on prims, as this is sorted on for prim loading.
This should speed up initial load of prims, especially on primy regions.
This commit is contained in:
5
OpenSim/Data/MySQL/Resources/012_RegionStore.sql
Normal file
5
OpenSim/Data/MySQL/Resources/012_RegionStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE prims add index prims_parentid(ParentID);
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user