Hi Wilbur,

On Fri, 2002-03-01 at 13:28, Wilbur Streett wrote:
> I'm working on indexing words in web pages, and I'm finding a significant
> issue with the performance of MyODBC, even when I resort to using batch
> mode inserts..
> 
> I'm currently using the older version of MyODBC, and basically I'm looking
> to determine if anyone is aware of a faster API?  Is the newer version
> faster?  How about a non-ODBC API?

Naturally a ODBC is slower (for any RDBMS), since ODBC adds an extra
layer with some overhead.

You didn't tell what application language you use....
There is a direct API from PHP, C, Java, and many other languages.
See the manual (www.mysql.com/doc/) for more info.


Regards,
Arjen.

-- 
MySQL Training in Brisbane: 18-22 March, http://www.mysql.com/training/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Arjen G. Lentz <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Technical Writer, Trainer
/_/  /_/\_, /___/\___\_\___/   Brisbane, QLD Australia
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to