diff --git a/README.md b/README.md index 518328f..5e6bbe7 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,6 @@ PostgreSQL database took 1 minute 2 seconds.

Just keep in mind, that VACUUM is a very time-consuming procedure.
So if you are short in time - disable VACUUM via config.json ("no_vacuum" parameter).
Such step will save you ~25% of migration time.
-The migration process described above without VACUUM took 58 seconds only.

REMARKS