incubator-baremaps
incubator-baremaps copied to clipboard
Make data import transactional
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.