Hello, this is a general question about Hibernate...
I have data that does not fit into a single database.
Also the performance requirements are too large for a single server.
One solution would be to partition the data by some key
and have several DB servers each with a portion of data.
I am using MySQL, but I don't think MySQL JDBC would transparently
support this, although I am still researching the topic.
I wonder how/if Hibernate supports this ?
Any success stories ?
Any other approaches ?
Thanks,
Boris
|