I am working on index compression currently. Now I have existed index about 500MB to be compressed, but I meet the following questions:
- When does the best_compression work after I setting it? Immediately or after a while?
- Does it work on existed index or the upcoming index data? Or both?
- Have the index data been compressed by LZ4 if I don't set the index.codec ?
Thanks.