<div dir="ltr">In keycloak-server.json there is &quot;scheduled&quot; / &quot;interval&quot; setting which controls this.<div><br></div><div>The same interval setting is used to clear both expired events, and expired user sessions. I&#39;m guessing here, but significantly increasing this setting might be a problem since user sessions are stored in memory or infinispan caches, and not cleaning them continuously might lead to cache not performing as effectively as it otherwise would.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 30, 2015 at 3:12 PM, Hipfinger Martin (<a href="http://bcc.xn--bb-eka.ticketshop.ma">BCC.ÖBB.TicketShop.MA</a>) <span dir="ltr">&lt;<a href="mailto:Martin.Hipfinger@oebb.at" target="_blank">Martin.Hipfinger@oebb.at</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="DE-AT" link="blue" vlink="purple">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Arial&quot;,sans-serif;color:#1f497d">Hi,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Arial&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-GB" style="font-size:11.0pt;font-family:&quot;Arial&quot;,sans-serif;color:#1f497d">Thank you for your quick response. I’d like to change the behaviour of keycloak, so that the deletion isn’t done every 15
 minutes, but instead e.g. once daily. There are currenty 10 mio+ records in the table (and KC isn’t running since a year, which is our configured expiration – so it will grow even more), so a deletion every 15 minutes doesn’t make much sense<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-GB" style="font-size:11.0pt;font-family:&quot;Arial&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Arial&quot;,sans-serif;color:#1f497d">Br,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Arial&quot;,sans-serif;color:#1f497d">Martin<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Arial&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span lang="DE" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">Von:</span></b><span lang="DE" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"> Marko Strukelj [mailto:<a href="mailto:mstrukel@redhat.com" target="_blank">mstrukel@redhat.com</a>]
<br>
<b>Gesendet:</b> Mittwoch, 30. September 2015 15:00<br>
<b>An:</b> Hipfinger Martin (<a href="http://bcc.xn--bb-eka.ticketshop.ma">BCC.ÖBB.TicketShop.MA</a>) &lt;<a href="mailto:Martin.Hipfinger@oebb.at" target="_blank">Martin.Hipfinger@oebb.at</a>&gt;<br>
<b>Cc:</b> <a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.jboss.org</a><br>
<b>Betreff:</b> Re: [keycloak-user] deletion execution schedule EVENT_ENTITY<u></u><u></u></span></p><div><div class="h5">
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">I suppose in this case the problem is that query to identify records to delete takes a long time, but number of actual records to delete is small. In that case it makes sense to prolong the &#39;garbage collection&#39; period. If the number of
 records to delete is big, and that causes a long table lock then the situation with bigger timeout may make things even worse.<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Did you maybe check what indexes are set on this table if any? Depending on the database, creating a different index or changing an index type can make a huge difference.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Another way to maybe address this would be to only delete small number of records at a time:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">delete from EVENT_ENTITY where EVENT_ID in (select EVENT_ID from EVENT_ENTITY where REALM_ID=:1 and EVENT_TIME&lt;:2 limit 100)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">On Wed, Sep 30, 2015 at 2:33 PM, Hipfinger Martin (<a href="http://bcc.xn--bb-eka.ticketshop.ma" target="_blank">BCC.ÖBB.TicketShop.MA</a>) &lt;<a href="mailto:Martin.Hipfinger@oebb.at" target="_blank">Martin.Hipfinger@oebb.at</a>&gt; wrote:<u></u><u></u></p>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<div>
<div>
<p class="MsoNormal">Hi,<u></u><u></u></p>
<p class="MsoNormal"> <u></u><u></u></p>
<p class="MsoNormal"><span lang="EN-GB">we’ve enabled event logging in Realm -&gt; Events -&gt; Config: Save Events ON, Expiration: 365 days</span><u></u><u></u></p>
<p class="MsoNormal"><span lang="EN-GB"> </span><u></u><u></u></p>
<p class="MsoNormal"><span lang="EN-GB">KC executes the following statement every 15 minutes:
</span><b><span lang="EN-GB" style="font-family:&quot;Courier New&quot;;color:#4444dd">delete</span></b><span lang="EN-GB" style="font-family:&quot;Courier New&quot;;color:black"> </span><b><span lang="EN-GB" style="font-family:&quot;Courier New&quot;;color:#4444dd">from</span></b><span lang="EN-GB" style="font-family:&quot;Courier New&quot;;color:black"> EVENT_ENTITY </span><b><span lang="EN-GB" style="font-family:&quot;Courier New&quot;;color:#4444dd">where</span></b><span lang="EN-GB" style="font-family:&quot;Courier New&quot;;color:black"> REALM_ID=:1 </span><b><span lang="EN-GB" style="font-family:&quot;Courier New&quot;;color:#4444dd">and</span></b><span lang="EN-GB" style="font-family:&quot;Courier New&quot;;color:black"> EVENT_TIME&lt;:2 </span><u></u><u></u></p>
<p class="MsoNormal"><span lang="EN-GB"> </span><u></u><u></u></p>
<p class="MsoNormal"><span lang="EN-GB">As the table event_entity is quite big, we’d like to reduce the frequency of deletion – so I’d like to ask if there is any possibility to change the execution
 schedule of deletion? </span><u></u><u></u></p>
<p class="MsoNormal"><span lang="EN-GB"> </span><u></u><u></u></p>
<p class="MsoNormal">Thx &amp; br,<u></u><u></u></p>
<p class="MsoNormal">Martin<u></u><u></u></p>
</div>
</div>
<p class="MsoNormal"><br>
_______________________________________________<br>
keycloak-user mailing list<br>
<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><u></u><u></u></p>
</blockquote>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div></div></div>
</div>

</blockquote></div><br></div>