incubator-baremaps icon indicating copy to clipboard operation
incubator-baremaps copied to clipboard

Make data import transactional

Open bchapuis opened this issue 5 years ago • 0 comments

The current approach for importing data drops the tables, creates a new one, fills them, creates the indexes, etc. This means that the database is in an unusable state for some time. It would be a good thing to perform these operations within a transaction to ensure that the database remains in a usable state.

bchapuis avatar Feb 21 '20 09:02 bchapuis