[Asterisk-Dev] cdr*sql
Matthew Simpson
matthew at txlink.net
Fri May 20 14:35:13 MST 2005
> On a side note, have you thought about using innodb table types? Its
> much friendlier when it comes to locks (row locks instead of table
> locks).
Yes. That's probably going to be my next step. Right now I have a script
doing the DELETE's every 15 seconds with a LIMIT 500 to get it under
control, but I also want to make sure that the cdr_* modules can deal with
database "issues" without causing a chain reaction of failures.
More information about the asterisk-dev
mailing list