Enhancement: PostgreSQL support in RHPE
PostgreSQL support (wrapper and headers) would be greatly appreciated in conjunction with this project.
Is anyone planning on implementing support or other users interested in it?
We started to do a quick port to postgresql (for testing purpose, not fully functionnal) a few months ago. We cancelled it as the performance was significantly lower than MySQL.
Interesting, in my experience Postgres outperforms MySQL in most cases, did you do Postgres and DB tuning? (see: http://www.amazon.com/books/dp/184951030X)
Some caching parameters have been tuned for the testing: shared_buffers = 2GB work_mem = 512MB