Sergi,

I totally understand and appreciate your point. You are totally correct in
your point that something not having definite use case should not be done.
However, in this case, I think many use cases exist for in memory sorting.
For eg, I am hacking on a side application which requires ordering multi
regex as fast as possible in memory. In other case, streaming extracting
data from HDFS and calculating file CDC for large data using multi sort
method is something I had in mind as well.

I think I did not come across clearly. The module I am talking about is
currently a use case on top of Ignite and I was soliciting feedback if it
is a good idea to integrate it with Ignite as a core module which can be
offered as a functionality or used internally in case we plan to support
features later on which require sorting (sort based aggregates for eg).

Sorry for the ambiguity early on. I hope my idea is more clear now.

On Mon, Jul 13, 2015 at 3:04 PM, Sergi Vladykin <[email protected]>
wrote:

> Atri,
>
> Is there any real world demand for this functionality?
> You know, throwing code in is easy but then this code needs to be
> maintained, its bad if this code is useful only for imaginary use cases.
> And to be honest currently I don't understand a practical purpose of what
> you are doing. Having said that you'd better clearly define on dev list
> goals and design of subsystem you are willing to implement so that
> committers can provide feedback as early as possible. Otherwise it may
> appear that you will waste your time on something that will not be
> accepted.
>
> Sergi
>
> 2015-07-13 9:41 GMT+03:00 Atri Sharma <[email protected]>:
>
> > Hi Cos,
> >
> > Sorry I missed your email earlier.
> >
> > The use case around this is to have high speed sorting by maintaining in
> > memory sorting for production servers. So I have a 512 GB RAM system
> which
> > has to be able to sort efficiently but maintaining the stability and
> > failover systems of the data.
> >
> > Do you see anything that I am missing here,please?
> >
> > On Fri, Jul 10, 2015 at 1:28 AM, Konstantin Boudnik <[email protected]>
> > wrote:
> >
> > > On Thu, Jul 09, 2015 at 10:49PM, Atri Sharma wrote:
> > > > Folks,
> > > >
> > > > I am beta testing a PRAM model based parallel sorting algorithm and
> > will
> > > > integrate it with Ignite soon.
> > > >
> > > > My idea is to be able to use Ignite as an in memory sorting engine.
> > >
> > > For my own education: what'd be the use case for such functionality?
> > >
> > > Thanks,
> > >   Cos
> > >
> > > > Does anybody have any ideas around this especially around existing
> > > sorting
> > > > functionalities?
> > >
> >
> >
> >
> > --
> > Regards,
> >
> > Atri
> > *l'apprenant*
> >
>



-- 
Regards,

Atri
*l'apprenant*

Reply via email to