ES和RDBMS区别
原创转载请注明出处: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
强者自救 圣者渡人