I have previously used sqlsave() to write data from R into SQL table however this time i have got 3 million rows. salsave() is taking ages to transfer the data. On the other hand csv files allow 1 million rows per file.
Is there any method to rapidly transfer data from R in SQL ?
data is in table form lets say df includes 20 columns and 3 million rows.