Re: Looking for super fast CSV parser



Hi,

If performance is so critical, how about splitting the import up on several
processes, running on multiple machines each taking a chunk of data?

However I have a feeling that your bottleneck isnt going to be the import,
but the database as you want to insert those records into it, right?


--
best regards
Kim Madsen
kbm@xxxxxxxxxxxxxxxxxxxxxxxxx
www.components4developers.com

www.myc4d.com - Your access to cool code
blogs.myc4d.com - Your access to code tidbits and comments

The best components for the best developers
Application server enabling technology for developers


"Sam Larson" <sam212@xxxxxxxxx> skrev i en meddelelse
news:46e34139$1@xxxxxxxxxxxxxxxxxxxxxxxxx
John Herbster wrote:

Sam, Thanks, That looks like a good explanation. I will think about it
later. Rgds, JohnH

Ok. I'm going to have to look for faster StrToFloat() and EncodeDate(),
EncodeTime() functions.

Does anyone know if the FastCode functions any good (faster and reliable)?
Or are there better conversion functions around?

TIA

Sam



.



Relevant Pages

  • Re: kbmMemTable v. 5.70 has been released!
    ... Because of that I gave you the information about browser and OS. ... blogs.myc4d.com - Your access to code tidbits and comments ... Application server enabling technology for developers ... Believe it or not - the web design managed to make me overlook the shop ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: WHERE 1=2 with performance nightmares
    ... Its perfectly valid to only use the metadata and return no records. ... blogs.myc4d.com - Your access to code tidbits and comments ... Application server enabling technology for developers ... Open Edition users, get 6.0.1.6 from http://mers.com ...
    (borland.public.delphi.non-technical)
  • Re: Need MemTable Recomendations
    ... blogs.myc4d.com - Your access to code tidbits and comments ... Application server enabling technology for developers ... do a Select to load a MemTable with the data I need to edit. ... creating the SQL update statement is of greater importance. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: WHERE 1=2 with performance nightmares
    ... even before actually searching records. ... Another way is where true=false (similar, but no potential ambiguity). ... blogs.myc4d.com - Your access to code tidbits and comments ... Application server enabling technology for developers ...
    (borland.public.delphi.non-technical)
  • Re: Looking for super fast CSV parser
    ... Rgds, JohnH ... I'm going to have to look for faster StrToFloat() and EncodeDate(), ...
    (borland.public.delphi.thirdpartytools.general)