Skip to content
Prev 139709 / 398506 Next

odbcQuery , memory.size

On Tue, 18 Mar 2008, Lukas Rohrer wrote:

            
On Windows, using RODBC?
Why?  It looks like you only need the channel once.
Buy more meomry.  1Gb is very low these days for working with databases.

But take a look at what happened when you tried 16, by using object.size() 
on the objects you created.  I suspect they are too large to store in 
memory in your small computer.  If so, you need to store them on disc: 
there are several ways to do that such as package SQLiteDF or RODBC to 
a single database.

If not, you may succeed by retrieving say 13,13,12 in 3 sessions and 
saving the workspaces, then loading all three workspaces into one session.