After creating a query, if you've only applied a few filters, and you're extracting a lot of data, the query will encounter delays and issues.
β
To prevent these:
Use as many filters as you can.
Split the query in two or three smaller ones.
Rebuild the query.