This for R, DBI
package. Is there any options or parameters to limit the SQL query time.
couldn't find any options from
dbConnect(drv, ...)
dbGetQuery(conn, statement, ...)
pool
package provides idleTimeout
options, but couldn't find options or parameters to limit query time
Expecting to returns null if exceeds the time limit, so that it would not impact external database