You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
I have tried joining two indices similar to sql. Here are the observations below.
I see it returns only max of 200 results and not all the results.
Joins does not support the aggregate functions like count, max, min etc
PS: I am using opendistro 0.9.0
Any help is appreciated. Thanks
Thanks for reporting the issue. Please find the answer below.
Yes, we use 200 by default on the safe side because we don't support cursor for now. We may remove it in future. The workaround is to use LIMIT in your query with a large number.
I have tried joining two indices similar to sql. Here are the observations below.
PS: I am using opendistro 0.9.0
Any help is appreciated. Thanks
The text was updated successfully, but these errors were encountered: