On Wed, May 7, 2014 at 2:21 AM, David R Forrest <d...@vims.edu> wrote: > It sounds as if your underlying MySQL database is too slow for your purposes. > Whatever you layer on top of it will be constrained by the underlying > database. To speed up the process significantly, you may need to do work on > the database backend part of the process.
You might try MonetDB and its R interface -- it is fast for aggregation operations, and either the current version or the upcoming version has dplyr support. -thomas -- Thomas Lumley Professor of Biostatistics University of Auckland ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.