Open
Description
Right now, there is no way to specify a timeout in the query; it is decided by the server. The server usually kills the query if it is taking "too long". However, there are certain classes of queries that we know for sure will take time, like for example, index creation. In such situations, we want the query to specify the timeout and override the server's default setting.