You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by Thomas Draier <td...@jahia.com> on 2018/10/12 14:27:44 UTC

past events optimizations

Hi,

I did different optimizations related as described in UNOMI-204 - they are
currently in a branch, but in my opinion we can merge it (maybe still need
to make some parameters configurable). What do you think ?

Regards

Re: past events optimizations

Posted by Thomas Draier <td...@jahia.com>.
Hi,

For the impacts, I don't expect anything apart better performances and less
memory issues :-)

Actually not true, there's one case where we have a functional impact, as
explained in the ticket - if a past event condition has more profiles
matching than "maximumIdsQueryCount" (default 5000), that the past event is
embedded in a boolean query, and that no property has been generated for
this past event yet - we won't execute the query at all (throw an
exception). This to avoid OOM inside unomi and ES, but you can still set
this property to 5000000 if you want to play .. I've added configuration
variable for that.

Thomas


On Mon, Oct 15, 2018 at 11:18 AM Damien GAILLARD <dg...@jahia.com>
wrote:

> Hi,
>
> Sounds good to me and the same questions.
>
> Cheers
> Damien
>
> On Fri, Oct 12, 2018 at 5:43 PM Serge Huber <sh...@apache.org> wrote:
>
> > Sounds great ! +1
> >
> > Do you have any ideas of potential impacts of these changes ? Do we
> > need to look at specific areas to test ?
> >
> > Regards,
> >   Serge...
> > On Fri, Oct 12, 2018 at 4:28 PM Thomas Draier <td...@jahia.com> wrote:
> > >
> > > Hi,
> > >
> > > I did different optimizations related as described in UNOMI-204 - they
> > are
> > > currently in a branch, but in my opinion we can merge it (maybe still
> > need
> > > to make some parameters configurable). What do you think ?
> > >
> > > Regards
> >
>
>
> --
> Damien GAILLARD
> Software Developer
> <
> https://www.jahia.com/cms/render/default/en/sites/jahiacom/home/employees/grid-layout/jahia-employee/GaillardDamien.signature.html.ajax
> >
> <
> https://www.jahia.com/cms/render/default/en/sites/jahiacom/home/employees/grid-layout/jahia-employee/GaillardDamien.signature.html.ajax
> >
> 8 rue du sentier | 75002 | France
> <
> https://www.jahia.com/cms/render/default/en/sites/jahiacom/home/employees/grid-layout/jahia-employee/GaillardDamien.signature.html.ajax
> >
> <
> https://www.jahia.com/cms/render/default/en/sites/jahiacom/home/employees/grid-layout/jahia-employee/GaillardDamien.signature.html.ajax
> >
> jahia.com <http://www.jahia.com/>
> SKYPE | TWITTER <https://twitter.com/> | VCARD
> <http://www.jahia.com/vcard/GaillardDamien.vcf>
>
> > JAHIA <http://www.jahia.com/> empowers organizations to create
> sophisticated websites that drive their business growth
>

Re: past events optimizations

Posted by Damien GAILLARD <dg...@jahia.com>.
Hi,

Sounds good to me and the same questions.

Cheers
Damien

On Fri, Oct 12, 2018 at 5:43 PM Serge Huber <sh...@apache.org> wrote:

> Sounds great ! +1
>
> Do you have any ideas of potential impacts of these changes ? Do we
> need to look at specific areas to test ?
>
> Regards,
>   Serge...
> On Fri, Oct 12, 2018 at 4:28 PM Thomas Draier <td...@jahia.com> wrote:
> >
> > Hi,
> >
> > I did different optimizations related as described in UNOMI-204 - they
> are
> > currently in a branch, but in my opinion we can merge it (maybe still
> need
> > to make some parameters configurable). What do you think ?
> >
> > Regards
>


-- 
Damien GAILLARD
Software Developer
<https://www.jahia.com/cms/render/default/en/sites/jahiacom/home/employees/grid-layout/jahia-employee/GaillardDamien.signature.html.ajax>
<https://www.jahia.com/cms/render/default/en/sites/jahiacom/home/employees/grid-layout/jahia-employee/GaillardDamien.signature.html.ajax>
8 rue du sentier | 75002 | France
<https://www.jahia.com/cms/render/default/en/sites/jahiacom/home/employees/grid-layout/jahia-employee/GaillardDamien.signature.html.ajax>
<https://www.jahia.com/cms/render/default/en/sites/jahiacom/home/employees/grid-layout/jahia-employee/GaillardDamien.signature.html.ajax>
jahia.com <http://www.jahia.com/>
SKYPE | TWITTER <https://twitter.com/> | VCARD
<http://www.jahia.com/vcard/GaillardDamien.vcf>

> JAHIA <http://www.jahia.com/> empowers organizations to create
sophisticated websites that drive their business growth

Re: past events optimizations

Posted by Serge Huber <sh...@apache.org>.
Sounds great ! +1

Do you have any ideas of potential impacts of these changes ? Do we
need to look at specific areas to test ?

Regards,
  Serge...
On Fri, Oct 12, 2018 at 4:28 PM Thomas Draier <td...@jahia.com> wrote:
>
> Hi,
>
> I did different optimizations related as described in UNOMI-204 - they are
> currently in a branch, but in my opinion we can merge it (maybe still need
> to make some parameters configurable). What do you think ?
>
> Regards