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:
Sean Dague
2008-07-16 22:16:46 +00:00
parent 40ab5f2085
commit 2a30e85c97

View File

@@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE prims add index prims_parentid(ParentID);
COMMIT;