简体   繁体   English

Hibernate OGM在分片环境中是否支持mongodb?

[英]Do hibernate OGM supports mongodb in sharded environment?

If yes, how do I provide multiple hosts in persistence.xml ? 如果是,如何在persistence.xml中提供多个主机?

Can I use it with WiredTiger storage engine? 我可以将其与WiredTiger存储引擎一起使用吗?

Does it support mongodb 3.0 drivers? 它支持mongodb 3.0驱动程序吗?

Sharded collections are not supported yet, see https://hibernate.atlassian.net/browse/OGM-620 尚不支持分片集合,请参阅https://hibernate.atlassian.net/browse/OGM-620

Since version 4.2 it uses MongoDB 3 drivers. 从4.2版开始,它使用MongoDB 3驱动程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM