Index size 3x searchable terms size #2101
Unanswered
deepakbkar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using latest
Bleve
version and I am only able to get roughly 3 x index size on disk for searchable terms when using a fixed mapping. I am storing minimum metadata in my documents along with searchable content. I have also disabled term vectors and other options that seem to be storing more information in the index.I think this might be expected and wanted to know if there are some configurations for compression I can try to reduce the disk space. (ChatGpt tells me I can use badger with compression but I could not find any examples)
I am creating large number of relatively smaller documents. Could this be also be a reason for this?
Here is sample code for creating mapping:
Any pointers will be helpful.
Beta Was this translation helpful? Give feedback.
All reactions