[Proposal] Make the default Unifier ThreadLocal with the downstream operator

2016-07-07 Thread Sandesh Hegde
Hi All, Unifier's are deployed as CONTAINER_LOCAL with the downstream operator( except in the corner case of Mx1 ). Default Unifiers are essentially doing buffer to buffer copy, so instead it should be THREAD_LOCAL to improve the performance. Let me know your thoughts on this. Thanks

Re: [Proposal] Make the default Unifier ThreadLocal with the downstream operator

2016-07-07 Thread Amol Kekre
+1. Makes sense. Do need to allow users to override if they want. Thks Amol On Thu, Jul 7, 2016 at 6:53 PM, Sandesh Hegde wrote: > Hi All, > > Unifier's are deployed as CONTAINER_LOCAL with the downstream operator( > except in the corner case of Mx1 ). Default Unifiers are essentially doing >

Re: [Proposal] Make the default Unifier ThreadLocal with the downstream operator

2016-07-08 Thread Sandesh Hegde
Created a jira for this issue, https://issues.apache.org/jira/browse/APEXCORE-482 On Thu, Jul 7, 2016 at 9:22 PM Amol Kekre wrote: > +1. Makes sense. Do need to allow users to override if they want. > > Thks > Amol > > > On Thu, Jul 7, 2016 at 6:53 PM, Sandesh Hegde > wrote: > > > Hi All, > >