Does anyone knows the maximum time for query execution in klipfolio. ?
Date
Votes
1 comment
-
Hello
When creating a data source, or reconfiguring a data source, the results have 80 seconds to return. That would include the time it takes to send the request and return the data. If your MYSQL query is complex, then it can exceed that 80 second window. Simplifying the query, returning only the necessary rows (instead of SELECT *) are two ways you can speed things up.
Thanks
Meggan
Please sign in to leave a comment.