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.0.6.0-stable
parent
40ab5f2085
commit
2a30e85c97
|
@ -0,0 +1,5 @@
|
||||||
|
BEGIN;
|
||||||
|
|
||||||
|
ALTER TABLE prims add index prims_parentid(ParentID);
|
||||||
|
|
||||||
|
COMMIT;
|
Loading…
Reference in New Issue