Does grails support sharding?
Does grails support shard开发者_C百科ing?
I want a multi-tenancy database solution and I looking at grails currently.
Take a look at: http://www.grails.org/plugin/sharding
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.
精彩评论