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
Sean Dague 2008-07-16 22:16:46 +00:00
parent 40ab5f2085
commit 2a30e85c97
1 changed files with 5 additions and 0 deletions

View File

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