1 2 3 4 5 6
BEGIN; CREATE index prims_regionuuid on prims(RegionUUID); CREATE index primitems_primid on primitems(primID); COMMIT;