SETI / rms-opus

PDS OPUS - Outer Planets Data Search Tool
Apache License 2.0
9 stars 7 forks source link

Support importing directly into perm tables #1253

Open rfrenchseti opened 1 year ago

rfrenchseti commented 1 year ago

Currently the import pipeline imports into temporary imp_ tables and then copies them to the permanent tables. This is good for development when the import might crash, but is unnecessarily slow when doing a full import with known good code. There should be a command line option to import directly to the permanent tables.