Especially when querying a remote KDB instance, having a typo in your query which causes it to take hours instead of seconds is a pain -- since the server is remote, I can't even access it to kill the KDB instance.
So I have wondering if there is some way to specify a maximum execution time?
Edit:
I'm looking for a way to do this from the client side on a per-query basis. Some queries might legitimately take hours, but others shouldn't take more than 10 secs. A hard limit on the server side wouldn't help this.