ElasticSearch 筆記 - 名詞

2021112313:22

幾個名詞,以 關聯式資料庫 的觀念來對照 比較易懂:
關聯式資料庫(MySQL) ElasticSearch  
database Index 資料庫
table type table
Column Field 欄位
Row Document 一筆資料
Schema Mapping  
SQL DSL  

Cluster
一群伺服器組成,共同提供相同的服務

Node
節點,也就是 Cluster 中各個伺服器

Shard
  es 內定
   Index一建立後,shard值不可改變,但replicas的值可以改

Replica