Amir Hossein Ebadi
Amir Hossein Ebadi
Thanks indeed @hengfeiyang, That is correct actually. Another question I have is why there is an **empty error** field when responding to queries which have no errors? This will cause...
[Olivere](https://github.com/olivere/elastic) @hengfeiyang
Indeed there is no problem with your design, but ES won't return an empty error field in the response. [ES Doc Example](https://www.elastic.co/guide/en/elasticsearch/reference/8.1/search-search.html#search-search-api-example)
Thanks for your quick responding, Yes it is ok now :)))))))) WIll it be merged as soon as possible? We need this PR for production testing. @hengfeiyang
Thanks for your quick and well responding. I had some other benchmarks running on Zinc vs. Elasticsearch single nodes. Created an index of about 3GB identical data in both search...
Hi again! @prabhatsharma As we are testing zinc on diffrent scenarios and under diffrent **system specs** , I had tested zinc on **HDD vs SSD** drives. Assuming zinc would not...
Thanks again for quick responding Prabhat, We have a cluster of ES which contains about 5TB of data. The problem we face is the resource usage (mainly the memory usage)....
Thanks for your suggestion, I tried the node JS client but hadn't meet my expectations again! - There is no bulk api to send enourmues data into it - Sending...
Thanks for your detailed explanation. I had test [go-sonic](https://github.com/expectedsh/go-sonic) with the simple push which showed a better performance.
Also I had an issue getting the amount of data inside the sonic. How can I get that? Cause sonic has no API for getting the volume size. Is it...