views:

20

answers:

0

We currently have a FNH - MySQL 5.1 DAL in our .Net LOB app. Some recent tests we did showed that PostgreSQL does perform faster than MySQL, and we believe the table partitioning feature in PostgreSQL will be very important with a table in our database we foresee to grow into 100 million rows and more (in production).

Has anyone upgraded to PostgreSQL 9 and what recommendations do you have for migrating to PostgreSQL in general?