Seam/Hibernate and PostgreSQL -- Any issues?

Posted by Shadowman on Stack Overflow See other posts from Stack Overflow or by Shadowman
Published on 2010-05-06T19:50:55Z Indexed on 2010/05/06 20:28 UTC
Read the original article Hit count: 220

Filed under:
|
|
|
|

I'm currently working on a project that makes use of Seam/Hibernate (JPA) on MySQL. I'm reconsidering moving towards PostgreSQL after investigating some of the features that it provides. My question is, is there anything I need to worry about with this configuration? Limitations? Gotchas? Things to watch out for? There will be some BLOBs stored in the database (images, X.509 certificates, etc.) Will that be a problem using PostgreSQL? Are there any particular configuration changes or tweaks that I should make in my Hibernate configuration? Thanks for any advice you can give!

© Stack Overflow or respective owner

Related posts about postgresql

Related posts about hibernate