lawson
August 28, 2020, 3:46pm
1
When trying to run a query on previous query results, the query just remains in the queue and nothing happens.
When running normal queries against our databases everything works as it should.
Any help at all would be great - this is such a big issue for me right now!
k4s1m
August 28, 2020, 5:52pm
2
Sorry you’re having trouble with this. How large are the results you’re querying? Do they take a long time to run? Have you tried using cached_query
instead of query_
for the table name?
lawson
August 28, 2020, 9:23pm
3
Hey thanks for the reply.
The queries I’m running against all usually take under 1 second to run and this query itself is only c.5 rows and c.10 columns.
I used catched_query as recommended and it worked! (THANK YOU!) - the only downside is that doesn’t re-run the underlying queries for me.