meilisearch / meilisearch-java

Java client for Meilisearch

Home Page:https://meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does Index could add compression algorithm?

Brook-Wilson-here opened this issue · comments

Description
Hi ! I found that this framework consumes a high amount of disk resources. Perhaps we can compress the data (gzip, zstd, snappy. etc)

Basic example
//Expected usage method
client.createIndex(String indexName,String primaryKey,String compressFunc);

Other
My Test Data
row | datasize
77179 | 2.33 GB
421492 | 9.63 GB
336933 | 7.58 GB

Hi @Brook-Wilson-here,
Thanks for raising this issue, but it's not related to this repo but to the engine behavior, which is expected behavior; the engine team works daily to improve the engine. For more info, you can check our documentation about storage.
So I will close this issue