Hibernate Scalability Talk
20 Jun 2009Good talk from Emmanuel Bernard and Max Ross on the subject over at InfoQ. Both Hibernate Core and Shards are covered, as well as Hibernate Search.
Particularly interesting for me was his overview of the different mechanisms by which you can support multiple customer schemas securely and with decent performance. The product I’m actively working on is likely headed in this direction, looks like Oracle VPD is Emmanuel’s preferred solution. A quick search has turned up an add-on for Postgres called Veil which aims to provide row/column-level security similar to Oracle VPD. Good to at least have a choice, but I imagine that when push comes to shove, Oracle will win out.
Shards has always looked interesting, will be nice when it finally hits GA and supports the JPA API. Would make it slightly easier to incorporate and play around with.
Interesting thoughts on clustering Lucene/Hibernate Search. We’re currently running it asynchronously (ie. @Asynchronous in Seam) on a single node but will likely need to look at pushing it to a second box and trying to get indexes in near real time without noticeable degradation to the front-end.