Description
I ran the conversion against an existing database to see how it performs.
Everything reported OK, but the first table reported exactly 200000 rows in phppgadmin
Counting rows of addresses...
Rows counted
Loading addresses...
220000 of 223453 rows loaded. [ETA: 2011/07/19 19:31 (00h:00m:01s)]
223453 rows loaded in 1min 17s
The max(id) in the original mysql table is 236853, in the pgsql table it is 213041
At a glance this has happened to 2 other tables truncating at 10000 and 20000 rows respectively.
I am going to compare the row counts of every table now to see if this is happening elsewhere. Has anyone else encountered this?
MySQL 5.0.51a in an Ubuntu 9.04 VM
PostgreSQL 8.3.9 in an Ubuntu 9.04 VM
mysql2postgres running on OSX 10.6.8, ruby 1.8.7, pg gem 0.9.0, mysql gem 2.8.1