szilard / benchm-databases

A minimal benchmark of various tools (statistical software, databases etc.) for working with tabular data of moderately large sizes (interactive data analysis).
90 stars 17 forks source link

Tweak the R join code #2

Open aradev opened 8 years ago

aradev commented 8 years ago

Can you try using print(d[dm, nomatch=0][,.N]) instead of print(nrow(d[dm, nomatch=0])) and see if it makes any difference?