If we run reset_database and clear the database, the data in the bad_data table will be removed. This data cannot be easily recreated during an ingest of the filesystem, since the bad data will be moved and not reingested. It may be useful to not reset the bad_data table and keep the information.
If we run
reset_database
and clear the database, the data in thebad_data
table will be removed. This data cannot be easily recreated during an ingest of the filesystem, since the bad data will be moved and not reingested. It may be useful to not reset thebad_data
table and keep the information.