Subject | Re: [Firebird-Architect] Bulk loader. |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-11-03T22:59:30Z |
> 1. Traditional approach is not fast and smart enough for real bulk loadsWhat if we extend our external tables to load and save CSV format? Do
> (millions of records) due to remote protocol overhead. Using external
> tables is *way* faster, but complicated and ext. tables have very
> limited support for data types (especially blobs are a show stopper
> here). Because remote is the bottleneck here, it's pure server side feature.
people really need to load millions of BLOBs? And even if they do, do we
need to make it fast?
Roman