Re: Performance MySQL with C-API

2001-05-09 Thread Rene Tegel
I made an external file and then a "LOAD DATA". The difference > between both methods is great. > Hope this will be useful. > Best regards. > > > > -- > > De: Raf Geusens[SMTP:[EMAIL PROTECTED]] > > Enviado el: martes 8 de may

RE: Performance MySQL with C-API

2001-05-09 Thread Manuel Barrientos
yo de 2001 14:27 > Para: [EMAIL PROTECTED] > Asunto: Performance MySQL with C-API > > Hi, > > I've got a couple a questions concerning the speed of insert queries when > using the C API from MySQL. I've written an application that receives > data throu

Re: Performance MySQL with C-API

2001-05-08 Thread hooker
> > Hi, > > I've got a couple a questions concerning the speed of insert queries when > using the C API from MySQL. I've written an application that receives > data through a CORBA event channel and stores it in a MySQL database. The > problem is that a lot of events are dropped. I think (I'm qu

Re: Performance MySQL with C-API

2001-05-08 Thread Ansgar Becker
> Could you have a better disk environment on the Solaris machine versus the > win32-machine? The Solaris machine was a little bit slower executing the query, but it runs as a production-webserver and there is much more load on it than on my win32-test-machine. > query that inserted 1 string

RE: Performance MySQL with C-API

2001-05-08 Thread Brandon Lewis
PROTECTED]] Sent: Tuesday, May 08, 2001 9:29 AM To: [EMAIL PROTECTED] Subject: Re: Performance MySQL with C-API > insert 200 strings + timestamps a second through the API. Does that sound > too less or am I expecting too much? Do benchmarks or test results for the > C API exist? If someone

Re: Performance MySQL with C-API

2001-05-08 Thread Ansgar Becker
> insert 200 strings + timestamps a second through the API. Does that sound > too less or am I expecting too much? Do benchmarks or test results for the > C API exist? If someone has more experience on this or knows a place where > I can find out more, plz let me know. I just ran this test on a

Performance MySQL with C-API

2001-05-08 Thread Raf Geusens
Hi, I've got a couple a questions concerning the speed of insert queries when using the C API from MySQL. I've written an application that receives data through a CORBA event channel and stores it in a MySQL database. The problem is that a lot of events are dropped. I think (I'm quite sure actual