es类比传统关系型数据库:
 
Relational DB -> Databases -> Tables -> Rows -> Columns
Elasticsearch -> Indices -> Types -> Documents -> Fields
 
Elasticsearch集群可以包含多个索引(indices)(数据库),每一个索引可以包含多个类型(types)(表),
每一个类型包含多个文档(documents)(行),然后每个文档包含多个字段(Fields)(列)。

相关文章:

  • 2022-02-13
  • 2021-10-12
  • 2022-02-06
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
猜你喜欢
  • 2021-08-22
  • 2021-06-04
  • 2022-12-23
  • 2021-06-29
  • 2021-12-15
  • 2021-10-25
相关资源
相似解决方案