简体   繁体   English

如何在arangodb中使用分片?

[英]How to use Sharding in arangodb?

I am new to sharding feature of arangodb, I have learned various documents related to this, but still can't find the way to configure it. 我是arangodb的分片功能的新手,我了解了与此相关的各种文档,但仍然找不到配置它的方法。 Anybody please provide the step-by-step procedure to setup sharding or any refrence which is useful for me. 任何人都请提供分步过程来设置分片或对我有用的任何参考 I am using arangodb with node.js and angularJS on linux mint. 我在Linux Mint上将arangodb与node.js和angularJS一起使用。
I often visit https://docs.arangodb.com and these are little useful 我经常访问https://docs.arangodb.com ,这些功能几乎没有用
https://docs.arangodb.com/2.5/Installing/Cluster.html and How to set clusters and sharding in ArangoDB? https://docs.arangodb.com/2.5/Installing/Cluster.html以及如何在ArangoDB中设置集群和分片?

sharding is only available in ArangoDB when its clustered. 分片仅在群集时在ArangoDB中可用。 Except for that you configure the number of shards a collection is distributed into, its completely transparent to your AQL queries - the ArangoDB Coordinator instances do all the heavy lifting for you. 除了您配置集合所分布的分片数量外,它对您的AQL查询完全透明-ArangoDB Coordinator实例为您完成了所有繁重的工作。 Thats probably why shards don't appear in a more detailed way here. 这就是为什么碎片在这里没有更详细地显示的原因。

The easiest way to set up an ArangoDB Cluster is to use Mesosphere DCOS - Click on ArangoDB and choose the environment to deploy your cluster to. 设立ArangoDB集群最简单的方法是使用中间层DCOS -点击ArangoDB和选择环境,集群部署。

The more detailed manual about setting up clusters can be found here: https://docs.arangodb.com/3.0/Manual/Deployment/index.html Also featuring other installation methods. 可以在以下位置找到有关设置群集的更详细的手册: https : //docs.arangodb.com/3.0/Manual/Deployment/index.html还提供了其他安装方法。 We will put more effort to explain sharding in clusters soon. 我们将花更多的精力来解释集群中的分片。

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

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