kylemaxxwell / rpostgresql

Automatically exported from code.google.com/p/rpostgresql
0 stars 0 forks source link

slurping up text data via the connection #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The second had to do with dbWriteTable and dbReadTable.  Postgresql has a 
protocol for slurping 
up text data via the connection in a VERY fast manner; this functionality (last 
I checked) was not 
being used to deal with dbWriteTable and dbReadTable.  It would be very nice to 
use that api for the 
reading and (particularly) writing of tables, since it can be an order of 
magnitude or more faster 
than inserts.  

From email Sean Davis

Original issue reported on code.google.com by ne...@neiltiffin.com on 15 May 2009 at 6:03

GoogleCodeExporter commented 9 years ago

Original comment by ne...@neiltiffin.com on 30 Sep 2009 at 5:15

GoogleCodeExporter commented 9 years ago
This is an 'old' feature request that had come up before. Someone will need to 
supply 
a patch.

Original comment by dirk.eddelbuettel on 3 Oct 2009 at 10:52

GoogleCodeExporter commented 9 years ago
Writing a patch for this may make for a nice student project. Contributions are 
welcome!

Original comment by dirk.eddelbuettel on 10 Oct 2009 at 3:57