Release Notes
Product Announcements
Security Announcement
Compression Algorithm | Load Time (1 Shard) | Load Time (5 Shards) | Fields(*fdt) File Size | Total Index Size |
LZ4 | 1143769 ms | 420447 ms | 4.15 GB | 6.3 GB |
Deflate | 1270408 ms | 448738 ms | 2.56 GB | 4.7 GB |
Zstandard(16K Chunk) | 1109414 ms | 415256 ms | 2.93 GB | 5.1 GB |
Zstandard(32K Chunk) | 1088959 ms | 406661 ms | 2.67 GB | 4.8 GB |
index.codec configuration item for CreateIndexRequest and set the value to zstandard:CreateIndexRequest createRequest = new CreateIndexRequest(indexName);createRequest.settings(Settings.builder().put("index.number_of_shards", shards).put("index.number_of_replicas", replicas).put("index.codec", "zstandard"));
index.codec configuration item in settings and set the value to zstandard:PUT /newIndex{"settings": {"index.codec": "zstandard","index.number_of_shards": 1}}
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan