1. 程式人生 > >elasticsearch vs rdms

elasticsearch vs rdms

 

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