From 46f184895089613613bec7667e5760ebef8cadfb Mon Sep 17 00:00:00 2001 From: Anatoly Khaytovich Date: Mon, 23 Jan 2017 00:39:23 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) 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