Skip to content

Improve de-identification backup and restore

Nicola Stoira requested to merge sphnc-774 into main
  • Separate SQL insert queries in 3 files, one per table.
  • When restoring, do not execute the whole content of the file, but execute query by query, i.e. line by line.
  • When writing the de-identification report and the SQL insert query file, write it line by line and do not parse it all at once.

Merge request reports

Loading