nakijun / fdotoolbox

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

Native bulk copier #357

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are some cases where the existing managed bulk copy infrastructure really 
slows down (King.Oracle to SQLite on large tables is an example)

It has been discovered that doing this natively in C++ dramatically improves 
the bulk copy performance for cases where it was absolutely slow via the 
managed route.

Using the FdoSQLiteConverter application from the SQLite FDO Provider as the 
base, migrate our existing bulk copy framework over to C++

Original issue reported on code.google.com by jumpinja...@gmail.com on 3 Apr 2012 at 2:51