Is there a way to do a bulk insert using MonetDB.R (not via a for loop and dbSendUpdate)?
Does dbWriteTable allow for updates (append=TRUE)?
About "INSERT INTO" the MonetDB documentation states: "The benefit is clear: this is very straightforward. However, this is a seriously inefficient way of doing things in MonetDB."
Thanks.