This commit is contained in:
@@ -26,15 +26,10 @@ todo: huge data erasedatabase to reseed failing with timeout on aunit delete due
|
|||||||
hotspots or potential ones in small sample generation:
|
hotspots or potential ones in small sample generation:
|
||||||
|
|
||||||
log job / log status async during seeding
|
log job / log status async during seeding
|
||||||
unitbiz.validateasync MOVE NEXT??
|
|
||||||
|
|
||||||
todo: perf, test installed postgres vs standalone jimmied one for same op
|
todo: perf, test installed postgres vs standalone jimmied one for same op
|
||||||
YES, very important to know this, is my cobbled together standalone postgres as good as installed or huge diff??
|
YES, very important to know this, is my cobbled together standalone postgres as good as installed or huge diff??
|
||||||
|
|
||||||
CREATE INDEX IF NOT EXISTS idx_atranslationitem_key
|
|
||||||
ON public.atranslationitem USING btree
|
|
||||||
(key COLLATE pg_catalog."default" ASC NULLS LAST)
|
|
||||||
TABLESPACE pg_default;
|
|
||||||
|
|
||||||
|
|
||||||
SEEDING PERF LEVELS:
|
SEEDING PERF LEVELS:
|
||||||
@@ -46,7 +41,7 @@ SEEDING PERF LEVELS:
|
|||||||
# here removed unitmodelid index as it never seems to be used but serial is a lot
|
# here removed unitmodelid index as it never seems to be used but serial is a lot
|
||||||
2021-10-20 10:59:30.1027|INFO|Seeder|LARGE level sample data seeded in 4 minutes and 10 seconds
|
2021-10-20 10:59:30.1027|INFO|Seeder|LARGE level sample data seeded in 4 minutes and 10 seconds
|
||||||
# No difference so keeping only the serial index
|
# No difference so keeping only the serial index
|
||||||
|
2021-10-20 11:46:06.5739|INFO|Seeder|LARGE level sample data seeded in 4 minutes and 26 seconds
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user