I understand that some databases have native support in R (for example, MySQL), but you can connect to other databases, such as MS SQL Server, using RODBC. How fast does read / write speed improve with native drivers and RODBC? What other DBs have their own drivers in R? Is reading faster or slower than writing at all?
database r odbc
Jd long
source share