RDMS | ELASTICSEARCH |
数据库(database) | 索引(index) |
表(table) | 类型(type) |
行(row) | 文档(document) |
列(column) | 字段(field) |
表结构(schema) | 映射(mapping) |
索引 | 全文索引 |
SQL | 查询DSL |
select * from table | GET http:// |
update table | PUB http:// |
delete | DELETE http:// |
微信扫一扫
RDMS | ELASTICSEARCH |
数据库(database) | 索引(index) |
表(table) | 类型(type) |
行(row) | 文档(document) |
列(column) | 字段(field) |
表结构(schema) | 映射(mapping) |
索引 | 全文索引 |
SQL | 查询DSL |
select * from table | GET http:// |
update table | PUB http:// |
delete | DELETE http:// |
相关推荐