Does grails support sharding?
I want a multi-tenancy database solution and I looking at grails currently.
Does grails support sharding?
I want a multi-tenancy database solution and I looking at grails currently.
Grails ORM is built on Hibernate, so my guess is that it'll be capable of (or limited to) whatever Hibernate can do. Hibernate Shards is the extension that supports sharding. I haven't used it myself, but you might want to try plugging that in and see what happens.