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