开发者学堂课程【ElasticSearch 最新快速入门教程:和 MySQL 对比】学习笔记,与课程紧密联系,让用户快速学习知识。
课程地址:https://developer.aliyun.com/learning/course/642/detail/10593
和 MySQL 对比
MySQL:
database(数据库)
table(表)
row(行)
column(列)
ElasticSearch:
index(索引库)
type(类型)
document(文档)
field(字段)
其中两两一一对应