Re: mysqld refusing connections while getting sloooow

2002-06-11 Thread Jared Richardson
We've seen very similar behavior when there are very long SQL queries being run that are disk intensive.. generally speaking, something is having to traverse the table (or a temp table) line by line. If he has any logging capability, see long each SQL query is taking to return to his app then cle

Re: license...

2002-06-11 Thread Jared Richardson
- Original Message - From: "Victoria Reznichenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 10:03 AM Subject: Re: license... | Silmara, | Monday, June 10, 2002, 10:19:28 PM, you wrote: | | SCB> I'm developing a program, that is not free software and i'm usi

Re: replication question

2002-06-10 Thread Jared Richardson
Are you positive that you are running compatible versions of MySql on both platforms? - Original Message - From: "Terry" <[EMAIL PROTECTED]> To: "Luc Foisy" <[EMAIL PROTECTED]>; "MYSQL-List (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 9:59 AM Subject: RE: replication questio

Re: Replication speed?

2002-06-05 Thread Jared Richardson
Hi all, Does anyone have any numbers on the speed of MySql replication? I am concerned with the transfer of up to 10 gigabytes to a master db... what state are the slaves in during the replication catch up time? Is the delay primarily related to the network bandwidth? I am assuming that all t

Re: Bug related to large tables and it's indexes on Win2k

2002-06-05 Thread Jared Richardson
- Original Message - From: "Keith C. Ivey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Jared Richardson" <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 5:24 PM Subject: Re: Bug related to large tables and it's indexes on Win2k | On 4

Re: Bug related to large tables and it's indexes on Win2k

2002-06-04 Thread Jared Richardson
I replied below - Original Message - From: "Roger Baklund" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 3:24 PM Subject: Re: Bug related to large tables and it's indexes on Win2k | * Jared Richardson | [...] | > CREATE TABLE Ic

Re: Bug related to large tables and it's indexes on Win2k

2002-06-04 Thread Jared Richardson
| Jared, I can't help solve your problem, but I'd be very interested if you | got an answer! | | Two suggestions though that may be of use: | 1) Make sure your indexes are healthy | 2) Try using a MERGE table Thanks! The indexes are the problem as I understand it... it appears that MySql is

Re: Making fulltext index is very slow!!

2002-06-04 Thread Jared Richardson
1) Add 1 or 2 gigs of ram 2) Adjust the my.ini (or my.cnf) settings to use it This will get your data into memory and off the disk. This will make it run an order of magnitude faster. Also, you can buy a P4 from Dell for $599. You might want to throw more hardware at the problem. - Origi

Re: Bug related to large tables and it's indexes on Win2k

2002-06-04 Thread Jared Richardson
we've tested InnoDB with our data (it's all meta data so it's a very large number of very small bits of data) and found it to be slower than the ISAM tables for our application. - Original Message - From: "Schneck Walter" <[EMAIL PROTECTED]> To: "'Jar

Re: Bug related to large tables and it's indexes on Win2k

2002-06-04 Thread Jared Richardson
The table type is the default, MYISAM - Original Message - From: "Schneck Walter" <[EMAIL PROTECTED]> To: "'Jared Richardson '" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 10:11 AM Subjec

Re: Bug related to large tables and it's indexes on Win2k

2002-06-04 Thread Jared Richardson
Win2k (at least the version that we are on) does indeed support files much larger than 2 gigs. Another db we use has index files that are 6.8 gigs and 4.7 gigs. - Original Message - From: "miguel solorzano" <[EMAIL PROTECTED]> To: "Jared Richardson" &l

Bug related to large tables and it's indexes on Win2k

2002-06-04 Thread Jared Richardson
Hi all, When large tables are being addressed, we seem to have encountered a bug related to having large indexes on the table. We have several tables in our system that have reached 4 gigs in size. We altered the table definition to allow it to get larger... this is our current table creation s

Re: Windows Threads Support

2001-10-05 Thread Jared Richardson
- Original Message - From: "Tonu Samuel" <[EMAIL PROTECTED]> To: "Manish Mehta" <[EMAIL PROTECTED]> Cc: "mysql" <[EMAIL PROTECTED]> Sent: Friday, October 05, 2001 6:00 AM Subject: Re: Windows Threads Support > On Fri, 2001-10-05 at 08:35, Manish Mehta wrote: > > Hello, > > > > Windows su

Win2k Replication Problem

2001-09-26 Thread Jared Richardson
f you create the my.cnf file in the locations indicated by the manual, it is ignored. Jared Richardson [EMAIL PROTECTED] Incellico, Inc. http://www.incellico.com - Before posting, please check: http://www.mysql.com/manual