0
点赞
收藏
分享

微信扫一扫

elasticsearch vs rdms

陬者 2022-02-18 阅读 8



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://



举报

相关推荐

0 条评论