Skip to content

Stalled MySQL query with RMySQL in R 2.13.0 on Win 7 (but works with small number of rows)

1 message · Richard Herron

#
Richard Herron <richard.c.herron at ...> writes:
The 1000 rows seemed fishy, so with some Googling I found a setting that limits 
workbench queries to n rows (this tipped me off http://bugs.mysql.com/bug.php?
id=49310). I haven't had this problem before and I'm not sure what I did to set 
n = 1000 since I clearly don't know enough MySQL to find that setting on my own 
:). This setting must pass through to the DBI interface, which significantly 
slowed my queries.