Hi!

On Jul 20, Jeremy Zawodny wrote:
> On Thu, Jul 19, 2001 at 03:15:02PM -0500, Tom Wheeler wrote:
> >
> > Our two most important requirements for the database engine are
> > speed and scalability.  We will be inserting probably 5,000,000
> > records per day into our database
> 
> Sounds doable--on reasonable hardware.
> 

Well, on my tests I was able to add ~4,000,000 rows in 17 hrs
with MySQL 3.23, and in 4 hrs in MySQL 4.0

Table had 4 indexes. Removing those increased the speed by
several orders of magnitude (!!!).

Hadware was moderate - Athlon 1GHz, 640M RAM.

Regards,
Sergei

--
MySQL Development Team
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Sergei Golubchik <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Osnabrueck, Germany
       <___/

---------------------------------------------------------------------
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