Effect CommunityEC
Effect Community2mo ago
1 reply
Kam

Best Approach to Limit Query Execution Time

What's the best way to limit how long a query is allowed to run before it is forced to fail? Should I just wrap it in a "timeout", or should I use a parameter internal to the sql library?
Was this page helpful?