From 58eaa768f92534206c29e6a2cb5b965b7c15cda7 Mon Sep 17 00:00:00 2001 From: AnatolyUss Date: Mon, 19 Jun 2017 02:25:58 +0300 Subject: [PATCH] Updated README.md --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index f6f410e..f0e1f4d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.

SYSTEM REQUIREMENTS

USAGE

@@ -64,20 +64,6 @@ from MySQL to PostgreSQL as easy and smooth as possible.

Current version is 3.0.0
(major version . improvements . bug fixes)

- -

TEST

-

Tested using MySQL Community Server (5.7.17) and PostgreSQL (9.5).
-The entire process of migration 59.9 MB database (53 tables, 581275 rows),
-which includes data types mapping, creation of tables, constraints, indexes,
-PKs, FKs, migration of data, garbage-collection (VACUUM) and analyzing the newly created
-PostgreSQL database took 1 minute 2 seconds.

-

-Note:  it is highly recommended to VACUUM newly created database!
-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.
-

-

REMARKS

Errors/Exceptions are not passed silently.
Any error will be immediately written into the error log file.