27 Oct
2011
27 Oct
'11
12:22 p.m.
Hi Arran,
It doesn't support row level locking for one. Which absolutely cripples selects against the radacct/postauth table when there are high levels of inserts/updates.
MyISAM should *NOT* be used for the postauth and radacct. Version 3 schema has been updated to use INNODB for these tables.
https://github.com/alandekok/freeradius-server/blob/master/raddb/sql/mysql/s chema.sql Hmm, I get it now. I'll change the engine and report the results. Thanks. Sds, --- Daniel Menezes