jnturton commented on issue #2869:
URL: https://github.com/apache/drill/issues/2869#issuecomment-1884350260

   I think this is likely to be due to rate limiting on the API you're 
querying. Each `FROM http.feed.____` clause you've got is going to result in a 
separate HTTP request to the API, and probably too many of those are being sent 
in too short a space of time for the server's liking. I can't remember if 
@cgivre added a throttling feature to the HTTP plugin but another possibility 
might be to split the query into a few pieces using CTAS to keep retrieved data 
around locally for later queries that rely on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to