Elasticsearch的索引写入过程与LSM-tree思想一致?[1] Elasticsearch的索引写入过程: 缓冲,提高写入速度; 日志,兜底高可用; LSM-tree:为历史日志和事务日志提供高性能低成本索引一种算法。[2] 参考: [1] LSM树和Elasticsearch的索引写入机制 [2] The Log-Structured Merge-Tree (LSM-Tree)