Skip to content
Prev 216227 / 398498 Next

memory error

I don't have an absolute estimate, but try data.table::merge, as it needs 
less
working memory than base::merge.

20 million rows of 5 columns isn't beyond 32bit :
   (1*4 + 4*8)*19758564/1024^3 = 0.662GB

Also try sqldf to do the join.

Matthew


"Sharpie" <chuck at sharpsteen.net> wrote in message
news:1270102758449-1747733.post at n4.nabble.com...