Migration again - Mailing list pgsql-general

From Mihai Gheorghiu
Subject Migration again
Date
Msg-id 007001c29b11$20fa0240$6e646464@New6.Travel
Whole thread Raw
List pgsql-general
In my search for speed gains in migrating data from MSAccess to PG, I
postponed the creation of indexes (except unique indexes) until after data
import.
Now I'm thinking of postponing data validations. I'm thinking of validation
checks across multiple columns or even tables e.g. creationdate <=
lastchangedate.
As redesigning the migration procedure would take me quite some time, I'd
like to know if I should expect significant time savings overall by
postponing the checks until after data import.
Thank you all.

P.S. I wanted to implement the suggestion to group all inserts in one
transaction, but I could not figure out how to do it from MSAccess :-(


pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: getting query result into a file
Next
From: SZUCS Gábor
Date:
Subject: Re: Get list of tables in a database