原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/12090637.html

 

ES7.0之前,一个Index可以设置多个Type

ES7.0开始,Type已经被Deprecated,一个Index只能设置一个Type —— “_doc

RDBMS

Elasticsearch

Table

Index(Type)

Row

Document

Column

Field

Schema

Mapping

SQL

DSL

 

RDBMS和ES区别:

  • RDBMS - schema / transaction / join
  • Elasticsearch - schemaless / correlation / High performance full-text retrieval

相关文章:

  • 2022-01-07
  • 2021-04-12
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2021-05-09
猜你喜欢
  • 2022-01-14
  • 2021-12-16
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
相关资源
相似解决方案