dbSendQuery fetches all rows when querying DuckDB
Summary The issue at hand involves the dbSendQuery function in R, which is used to send a query to a database and retrieve the results. In this case, when querying a DuckDB database, the function fetches all rows instead of allowing for batch processing, leading to excessive memory usage. This behavior is not observed when … Read more