<div dir="ltr"><div><div>Many thanks Carl,<br><br></div>No rush on the optimization. I appreciate the time you have already put in writing the module. I actually removed the constraints as the elements were principally option lists, and if someone wanted it to fail then they would have to put the effort in to do so, I can also filter their inputs.  What I found with regard to this was the constraints (cf filters) seemed to do more to check that they were operating on the correct field compared to what the filters were doing and this seemed the source of the extra processing.<br>
<br></div>Stephen<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 4, 2014 at 8:54 AM, Carl Franks <span dir="ltr">&lt;<a href="mailto:fireartist@gmail.com" target="_blank">fireartist@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">&gt; I&#39;d like to set a non db column value eg;<br>
&gt;<br>
&gt; __PACKAGE__-&gt;mk_group_accessors(&#39;simple&#39; =&gt; qw/filter_update/);<br>
&gt;<br>
&gt; $row-&gt;filter_update(1);<br>
<br>
</div>Hi Stephen,<br>
Sorry I&#39;ve not managed to look at your earlier performance issues yet<br>
- I&#39;ve not had any free time available :(<br>
<br>