-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
interface 🔌queryPreparation and execution of queries and to fetching resultsPreparation and execution of queries and to fetching results
Description
- Long-running queries should not block R
- Test with repeated cross-join of table with two rows:
select count(*) from a cross join a cross join a ...
- Test with repeated cross-join of table with two rows:
- Blocking vs. non-blocking dbFetch() and/or dbGetQuery()
- Support timeout
- Waiting (default implementation: busy waiting with Sys.sleep())
- Query cancellation (now in Query cancellation #63)
- One active result set per connection
- Support easy way to clone a connection (Default connection #57)
Important for "big data" backends.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
interface 🔌queryPreparation and execution of queries and to fetching resultsPreparation and execution of queries and to fetching results