Elasticsearch unknown perfomance issue

2014-07-24 Thread nathaniel . roth
Hello, I am running a pretty simply filter query in elasticsearch; the took field in elasticsearch's response indicates that the query is quite fast, and takes only a couple miliseconds. If I run the request via a CURL call from the command line and time that, it takes slightly longer around

Re: Elasticsearch unknown perfomance issue

2014-07-24 Thread nathaniel . roth
Sorry, one more quick note: the time goes down several hundred milliseconds if I only fetch the first 3 results, instead of 100, which leads me to believe the issue has something to do with serializing or the client's handling of the ES response; however, I am not sure what could be the