Subject | Re: [firebird-support] Re: Looking for a fast solution for loading data from a text file into Firebird |
---|---|
Author | Milan Babuskov |
Post date | 2009-02-19T16:40:25Z |
vladman992000 wrote:
table to the time it takes to pad the file.
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com
>> Is it fixed-width? If yes, using an external table is the fastest way.It won't work. Won't be able to declare the external table.
>
> No, its not currently fixed width. I don't have any control over the
> source data being uploaded (as I would lose all the performance gain
> in trying to pad the data anyway). What is the impact of using a
> non-fixed width file here?
> The file, for example, looks like this:You should really try and compare the speed you would gain from external
>
> jsmith@...
> benedict@...
> bill@...
table to the time it takes to pad the file.
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com