Migrating 1200 databases from MySQL to Postgres
psyenix.blogspot.com
Migrating 1200 databases from MySQL to Postgres
1–10 of 85 posts
Re: Migrating 1200 databases from MySQL to Postgres
#2One day.
Re: Migrating 1200 databases from MySQL to Postgres
#3Would love to do this to the monstrosity I inherited in new job but it's a sispheyan task. One day.
Re: Migrating 1200 databases from MySQL to Postgres
#4Would love to do this to the monstrosity I inherited in new job but it's a sispheyan task. One day.
You should see the one here. An old flat file database monstrosity from the 80s, imported into oracle, complete with all of the duplicated data. It's the most non relational, relational database ever.
Re: Migrating 1200 databases from MySQL to Postgres
#5Might have been worthy of testing this to see if it was worth it to materialize certain views and refresh them every 15-30 minutes or so.
Re: Migrating 1200 databases from MySQL to Postgres
#6Re: Migrating 1200 databases from MySQL to Postgres
#7Earlier quoted context omitted.
You should see the one here. An old flat file database monstrosity from the 80s, imported into oracle, complete with all of the duplicated data. It's the most non relational, relational database ever.
Would a database stored in an XML file shared between 60+ clients over NFS beat that for monstrositiness?
Re: Migrating 1200 databases from MySQL to Postgres
#8We ended up with a frankenstein mixture of bash scripts, a sequence of sql transformations, some python and some php to decode some of the data that had been stored in pickled / php encoded packages.
It's not something I want to repeat any time soon :-)
Re: Migrating 1200 databases from MySQL to Postgres
#9Earlier quoted context omitted.
You should see the one here. An old flat file database monstrosity from the 80s, imported into oracle, complete with all of the duplicated data. It's the most non relational, relational database ever.
Would a database stored in an XML file shared between 60+ clients over NFS beat that for monstrositiness?
Just using an XML file is pretty crazy though.
Re: Migrating 1200 databases from MySQL to Postgres
#10Would love to do this to the monstrosity I inherited in new job but it's a sispheyan task. One day.