A variety of full-table scans occur when we use Dremio query ES (single table )
We think the implementation of the ES query function is sufficient, so it is recommended to change the ES single table query to HTTP API
thx
A variety of full-table scans occur when we use Dremio query ES (single table )
We think the implementation of the ES query function is sufficient, so it is recommended to change the ES single table query to HTTP API
thx
Hi @JoyJava,
Could you share the query profile from Dremio, so we could determine if the query was pushed down to ES API or not.
Also I’d recommend you reading on how ES pushdown works within Dremio:
http://docs.dremio.com/data-sources/elasticsearch.html #Elastic Pushdowns section
Thanks,
Danny
Hi @dbrody,
We found some scenarios where the pushdown failed, most of which have been submitted to the forums,
E.g:
thx