to mysql regions that should help on performance of some of the selects. We should start capturing more data on performance bits to figure out where else we are missing indexes and add them via migrations as well.
6 lines
120 B
PL/PgSQL
6 lines
120 B
PL/PgSQL
BEGIN;
|
|
|
|
CREATE index prims_regionuuid on prims(RegionUUID);
|
|
CREATE index primitems_primid on primitems(primID);
|
|
|
|
COMMIT; |