Hi,
I use pg_restore to load a previously dumped database. (10mil records).
the load of the data runs quite fast but when starting creating the
triggers for foreign keys it takes forever.
Isnt there are a faster way. after all the triggers in the source db
already made sure the data was clean.
Thanks
Alex