ES 的 shards 是什么
类似于数据库的分表
- 可以进行读写分离
- 可以进行水平拓展,数据可以放在不同的物理服务器上
- 有分片策略和分片查询策略,默认配置是随机的
https://blog.csdn.net/qq_38486203/article/details/80077844
https://cloud.tencent.com/developer/article/2524122
https://blog.csdn.net/qq_43715111/article/details/148075069