🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 分布式文档存储 #### 本章将会在主要章节翻译结束后再继续翻译 In the last chapter, we looked at all the ways to put data into your index andthen retrieve it. But we glossed over many technical details surrounding howthe data is distributed and fetched from the cluster. This separation is doneon purpose -- you don't really need to know how data is distributed to workwith Elasticsearch. It just works. In this chapter, we are going to dive into those internal, technical detailsto help you understand how your data is stored in a distributed system. > ### 内容警告 The information presented below is for your interest. You are not required tounderstand and remember all the detail in order to use Elasticsearch. Theoptions that are discussed are for advanced users only. Read the section to gain a taste for how things work, and to know where theinformation is in case you need to refer to it in the future, but don't beoverwhelmed by the detail.