Hi ,
What's the best practice to benchmark an application side joins scenario?
Meaning running an initial query with "collapse" to group by some id, take all the ids from the response and run a second "terms" query?
What I'm doing is creating a new es Client instance on the track.py file but doesnt look good and runs very slow.
Thanks