Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2628118BB7 for ; Thu, 9 Jul 2015 19:53:16 +0000 (UTC) Received: (qmail 23165 invoked by uid 500); 9 Jul 2015 19:53:16 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 23123 invoked by uid 500); 9 Jul 2015 19:53:16 -0000 Mailing-List: contact dev-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list dev@ignite.incubator.apache.org Received: (qmail 23111 invoked by uid 99); 9 Jul 2015 19:53:16 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2015 19:53:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 97392D3586 for ; Thu, 9 Jul 2015 19:53:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=comcast.net Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 07ul4byBTez2 for ; Thu, 9 Jul 2015 19:53:02 +0000 (UTC) Received: from resqmta-po-08v.sys.comcast.net (resqmta-po-08v.sys.comcast.net [96.114.154.167]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id EC7802054C for ; Thu, 9 Jul 2015 19:53:01 +0000 (UTC) Received: from resomta-po-07v.sys.comcast.net ([96.114.154.231]) by resqmta-po-08v.sys.comcast.net with comcast id qKoX1q0014zp9eg01KstEZ; Thu, 09 Jul 2015 19:52:53 +0000 Received: from tinybb.boudnik.org ([24.130.135.131]) by resomta-po-07v.sys.comcast.net with comcast id qKst1q0052qGB6001Kst9m; Thu, 09 Jul 2015 19:52:53 +0000 Received: by tinybb.boudnik.org (Postfix, from userid 1002) id 44E595450; Thu, 9 Jul 2015 19:58:50 +0000 (UTC) Date: Thu, 9 Jul 2015 12:58:50 -0700 From: Konstantin Boudnik To: dev@ignite.incubator.apache.org Subject: Re: PRAM Distributed Sorting Message-ID: <20150709195849.GL28615@boudnik.org> Mail-Followup-To: dev@ignite.incubator.apache.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Organization: It's something of 'Cos User-Agent: Mutt/1.5.21 (2010-09-15) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1436471573; bh=piBPFjfTtoCtAPFnO6kOXStSQm87EEL+/uLS3d0ivLY=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=uM8Ilwj0KnqVx0FgvJpM+Zfxm3kWkPkHJxQTc+zoxhrizQCGbbQXGqfNYKvx5ixgj 4G4fsVMkik8JZu6GXbiPDnJ71UbYbN1Tb9bfQBR21j5HaQz7Pv/2j5u0N5bJ7MMJza rcPjOyHdIH2KDFqkVTSXbm+GJAIPFeQvBN5AkacSaPbgb7Q7DLkiIAAftuqo3Dt7RE 73jqNGmCAhDp7fX0fXNh4St8gkkxWaCYR2kyQgKIKBCwZ46dQsVi24QF1FKUUP8O6w WBfVHh1sOc0XmXx4gS+To7Uvhzeep4Pshj3KG+uGVEXqN0RXRmF3ySJ28xKc5CUAq0 pGnBKdr9a7oVw== 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?