|
|
|
|
|
by SOLAR_FIELDS
3232 days ago
|
|
One thing author did not touch on: since the tables were denormalized-ish in the original MySQL DB, did his application lose significant performance by having to perform the joins for every single query in the renormalized PostGres instance? Or were the DB's small enough and indexed properly enough so it didn't really matter? Might 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. |
|
Also, it's officially "PostgreSQL" or informally "Postgres". Not "PostGres".