<div>We migrated to INNODB. </div>
<div>But still the no of packets inserted in db are like 20 per min using buffered-sql in my test system.</div>
<div>buffered-sql configuration:</div>
<div>server buffered-sql {<br>        listen {<br>                type = detail<br></div>
<div>                load_factor = 100</div>
<div>                poll_interval = 1</div>
<div>                retry_interval = 5</div>
<div>                }</div>
<div>        preacct {<br>                preprocess</div>
<div>                acct_unique</div>
<div>                files</div>
<div>              }</div>
<div>        accounting {<br>                        sql</div>
<div><br>              }</div>
<div>      }</div>
<div> </div>
<div><br>           </div>
<div> </div>
<div>                <br></div>
<div> </div>
<div>>Please advice on threading configuration from Radius to MySQL to<br>> determine optimal configuration; Radius is configurred to use five<br>> threads, but we observe only one process on the database server at any<br>
> one time.<br><br>  Because you're using the wrong database back-end.  If you used InnoDB,<br>this wouldn't be a problem.<br><br>  Follow the instructions on this list.  If you intend to run a system<br>with a million users, it's a good idea to listen to the advice of people<br>
who have experience building such systems.<br><br>  Alan DeKok.<br></div>