<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 23, 2014 at 8:51 PM, Antonio Modesto <span dir="ltr"><<a href="mailto:modesto@isimples.com.br" target="_blank">modesto@isimples.com.br</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
  

    
  
  <div text="#000000" bgcolor="#FFFFFF">
    Hi there,<br>
    <br>
    We are an ISP and we want to build a high redundancy radius
    environment. We are thinking about using the MySQL Cluster DBMS,
    once it would be compatible with our actual schema and would not
    require any changes in our management application or freeradius. </div></blockquote><div><br></div><div>What do you mean by "compatible with our actual schema and would not require any changes in our management application or freeradius"?</div>
<div><br></div><div>If you mean "you already have FR + mysql setup running, and want to change it to mysql cluster, but don't want to change anything else", then I'd actually recomend against it. Some types of data (e.g. archive of radius accounting data) is not suitable to be stored in mysql cluster, so changes WILL be needed.</div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div text="#000000" bgcolor="#FFFFFF">
Has
    anybody got any experience with this scenario? If so, what had to be
    changed? Were the results good? I would be very thankful for any
    tips.<br>
    <br></div></blockquote><div><br></div><div>Without knowing the details, the answer would be "yes, people have implemented such setup". Whether it's good or not would depend on your particular priority. An example of change that might be needed is to setup a mechanism to store old accounting data somewhere else, like by storing accounting data in more than one location (i.e. one of them is on a normal, non-cluster mysql instance) and only keep most recent data in the cluster. </div>
<div><br></div><div>In some cases it's actually better to NOT use mysql cluster (the NDB one), but use the other replication/cluster alternatives (e.g. galera, or normal master-slave replication).</div><div><br></div>
<div><a href="http://networkradius.com">networkradius.com</a> provides commercial consulting for FR implementations, so if you want authoritative answer you might want to look at that.<br></div><div><br></div><div>-- </div>
<div>Fajar</div></div></div></div>