Re: slow DELETE query

2005-05-20 Thread Matthew Simpson
Is MyISAM a bad choice for this kind of table? - Original Message - From: "Dathan Pattishall" <[EMAIL PROTECTED]> To: "Matthew Simpson" <[EMAIL PROTECTED]>; Sent: Friday, May 20, 2005 1:48 PM Subject: RE: slow DELETE query DELETE LOW_PRIORITY But since

slow DELETE query

2005-05-20 Thread Matthew Simpson
I use Mysql to store call detail records from telephone calls. I have around 20 voice switches that send the call detail records in real time using INSERT statements. I am having a problem where I need to delete "junk" call records that get generated [old call records, call records with no acc

Re: Dumb Question...

2001-09-21 Thread Matthew Simpson
Don't feel badly, I wondered the same thing! In a nutshell, they are logs, and you can delete them. You can also turn them off (I did). - Original Message - From: "Matthew Walker" <[EMAIL PROTECTED]> To: "MySQL Mailling List" <[EMAIL PROTECTED]> Sent: Friday, September 21, 2001 2:36 PM

Re: PHP and Mysql problem

2001-09-19 Thread Matthew Simpson
echo ('' . $row["Category"] . ''); You might be able to escape the " with /" or the like but I'm not great at php, yet. ;) - Original Message - From: "Neil Silvester" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 19, 2001 5:42 PM Subject: PHP and Mysql problem