Elasticsearch的index是一堆文件(documents)的集合。
Index的角色類似關聯式資料庫的table,而documents類似row。
在Elasticsearch 7.0以前index的mapping(類似關聯資料庫的table schema)可定義多種type,一個index可有多個不同type的mapping,當時通常把index類比為關聯式資料庫的database;但7.0以後index mapping type被廢棄了,也就是說index只會有一個mapping定義,此時的index的角色就比較像關連式資料庫的table。
沒有留言:
張貼留言