Why use a different DB?<br><br><div class="gmail_quote">On Sat, Mar 9, 2013 at 4:28 PM, Fajar A. Nugraha <span dir="ltr"><<a href="mailto:list@fajar.net" target="_blank">list@fajar.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Sun, Mar 10, 2013 at 8:23 AM, Jed Gainer <<a href="mailto:jedgainer@gmail.com">jedgainer@gmail.com</a>> wrote:<br>
> I would still like to be able to see what they use via my admin panel I just<br>
> want FR to ignore it.<br>
<br>
</div>Then use different database for it. Something like<br>
<div class="im"><br>
if (time isnt between 2am and 5am){<br>
</div>        sql-for-normal-usage<br>
}<br>
else {<br>
        sql-for-your-admin-panel<br>
}<br>
<br>
As usual, do lots of testing. On first glance, your sql query looks<br>
fine when you're only dealing with small number of accounting records,<br>
but would REALLY suck if you have lots of it (say, 10 million records<br>
in radacct).<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Fajar<br>
</font></span><div class="HOEnZb"><div class="h5">-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</div></div></blockquote></div><br>