-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
This seems to be a more severe issue than anticipated. Cancelling queries seems generally very poorly supported.
As a user, I want to be able to cancel a long-running query at any time. If the connection dies, I can recover, but I'd rather not restart R.
A "hammer-like" solution would be a generic DBI backend that instantiates the connection in a separate process. Similarly to {DBIlog}, this can be a wrapper that wraps arbitrary DBI backends. The DBIDriver
class of this connection would hold the handle to the remote process.
CC @hannesmuehleisen.
isteves, mgirlich, gacolitti, ismirsehregal, pnacht and 1 more