Archive for April 4th, 2006

Microsoft Access & PostgreSQL Tuning Tips

I’ve developed a few applications now using Microsoft Access and PostgreSQL. Simple reason - developing front-end using Access gives results very quickly, while PostgreSQL provides scalability and reliability needed at the back-end.

However, I’ve started to see several performance problems. Basically, certain complex query finished very quickly, while other (seemingly) simple ones takes forever.
Am still not able to pinpoint where the exact location of the culprit - Access, PostgreSQL, or a bit of both. So far I’m still doing research to resolve this.

Anyway, here’s what I’ve found so far:

Microsoft Access Performance Tips

PostgreSQL Tuning Tips