<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16481" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#000000 size=2>I think I have a pretty good idea of how the sql structure works for radius.  Here are some ideas I have:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>It looks like the clients query is cached at startup (guessing this since I don't see thousands of queries to the nas table like I do to the other tables).  One really useful option would be to add an option to read some of the  database tables into the radius servers memory on startup.  This would be EXTREMELY useful for my case in that I am using groups and could set the radgroupcheck and radgrouprely tables (since they just about never change, and I would be willing to deal with a restart if they did need to change) to load into memory on the radius server and still allow me to dynamically add/remove users from groups.  Would be a good idea to offer this to every read only table (some like radpostauth just would not make sense), some may not be used often, but you never know.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>Thoughts?</DIV>
<DIV> </DIV>
<DIV>Roy</DIV></BODY></HTML>