Hi Users

I know this question is more to do with MySQL than Kannel but does anyone
here have a recommendation on the engine type for the MySQL table. Does
Kannel have a preference? At the moment I am using innoDB.

With regards to indexes on the table are there any recommendations? Looking
at the debug it seems that the delete statement is using the smsc and the
received columns so an index covering those columns should be fine. Although
because this table seems to hold transient data so the amount of data in
here should be minimal and table scans would probably be quicker than using
the index. Also maintaining an index is additional work for the MySQL DB so
I would be inclined to leave the table with no indexes. Does anyone have any
experience in this area and anything recommendations?

Regards,

Reply via email to