I did a query with the sqlQuery function like that :
test<- sqlQuery(ch," SELECT USER_KEY FROM TABLE1 ")
When I want to save the result (test), the file has a weight of 200 MO, but when I take a look in the windows task manager, 7GO of memory are used.
How is it possible ?