Re: Unique Index efficiency query

2003-11-27 Thread Chris Elsworth
On Wed, Nov 26, 2003 at 06:44:57PM -0600, Matt W wrote: Hi Chris, It doesn't take MySQL any more or less time to update a unique index than a non-unique one. :-) Ah, a nice simple answer to a long drawn out question :) Thanks Matt, just the reassurance I was after, I didn't want inserts to

Unique Index efficiency query

2003-11-26 Thread Chris Elsworth
Hello, Let me just outline the table in question first. I have a rather large (40,000,000 rows) table as follows: Table: MessageIDs Create Table: CREATE TABLE `MessageIDs` ( `mid_msgid` char(96) NOT NULL default '', `mid_fileid` int(10) unsigned NOT NULL default '0', `mid_segment`

Re: Unique Index efficiency query

2003-11-26 Thread Matt W
Hi Chris, It doesn't take MySQL any more or less time to update a unique index than a non-unique one. :-) Hope that helps. Matt - Original Message - From: Chris Elsworth Sent: Wednesday, November 26, 2003 12:14 PM Subject: Unique Index efficiency query Hello, Let me just

Efficiency Query

2002-10-14 Thread Alberto Ruiz Cristina
Hi all I am new to MySql and I am thinking about using it for managing a database, which would have a approximated length of 500 Mb. It is formed of vectors. Trouble is that I am worried about the ability of MySql to handle that amount of data. Do you know about any article or study about

Re: Efficiency Query

2002-10-14 Thread Iikka Meriläinen
On Mon, 14 Oct 2002, Alberto Ruiz Cristina wrote: Hi all I am new to MySql and I am thinking about using it for managing a database, which would have a approximated length of 500 Mb. It is formed of vectors. Trouble is that I am worried about the ability of MySql to handle that amount of

Re: Efficiency Query

2002-10-14 Thread Michael Zimmermann
At Montag, 14. Oktober 2002 14:57 Alberto Ruiz Cristina wrote: Hi all I am new to MySql and I am thinking about using it for managing a database, which would have a approximated length of 500 Mb. It is formed of vectors. Greetingz, from my experiences with several Databases since the

Re: Efficiency Query

2002-10-14 Thread Insanely Great
[EMAIL PROTECTED] Sent: Monday, October 14, 2002 6:27 PM Subject: Efficiency Query Hi all I am new to MySql and I am thinking about using it for managing a database, which would have a approximated length of 500 Mb. It is formed of vectors. Trouble is that I am worried about the ability