Hi,
What is the best way to support multiple databases using hibernate?
I see the following article... https://www.hibernate.org/429.html
It seems Shards is a possible solution, though the con mentioned is that it's not appropriate for large numbers of schemas.
My requirement, is that we have many different databases, multiple databases for clients as well as for functionality. What would be the best approach using Hibernate that would be performent?