laravel-masked-db-dump icon indicating copy to clipboard operation
laravel-masked-db-dump copied to clipboard

Large Database - inefficient dump format

Open cord opened this issue 5 years ago • 0 comments

the dump file does not group imports, so one insert statement for each line.

Workaround:

import dump locally, then export again using e.g. Sequel Ace

Would be great if the dump format could be optimized

cord avatar Mar 02 '21 10:03 cord