开发者

Does grails support sharding?

开发者 https://www.devze.com 2023-01-04 07:42 出处:网络
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/shardingGrails ORM is built on Hibern

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消