Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 098D8200CD7 for ; Tue, 1 Aug 2017 19:09:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 080AA167907; Tue, 1 Aug 2017 17:09:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 45FD6167906 for ; Tue, 1 Aug 2017 19:09:42 +0200 (CEST) Received: (qmail 12922 invoked by uid 500); 1 Aug 2017 17:09:41 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 12911 invoked by uid 99); 1 Aug 2017 17:09:41 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2017 17:09:41 +0000 Received: from [192.168.1.64] (108-193-4-186.lightspeed.sntcca.sbcglobal.net [108.193.4.186]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id D31351A02C0 for ; Tue, 1 Aug 2017 17:09:40 +0000 (UTC) From: Denis Magda Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Geo-spatial and full-text indexes support in Ignite 2.x Date: Tue, 1 Aug 2017 10:09:37 -0700 References: To: dev@ignite.apache.org In-Reply-To: Message-Id: <4DF7BF01-6311-4173-AA3F-A4E32AE6D454@apache.org> X-Mailer: Apple Mail (2.3273) archived-at: Tue, 01 Aug 2017 17:09:43 -0000 Vladimir, We need to consider that these two types of indexes are not stored = off-heap either.=20 It expands the task a bit =E2=80=94 the indexes have to be fully = integrated with the new durable memory architecture supporting both = off-heap and persistence layers. =E2=80=94 Denis > On Aug 1, 2017, at 3:26 AM, Vladimir Ozerov = wrote: >=20 > Guys, >=20 > AFAIK these two index types are not supported with enabled persistence = at > the moment, neither they stored on the disk anyhow. Can someone help = with > estimates on how difficult would it be to implement these indexes over > page-memory architecture? >=20 > Looks like we will have to write our own implementation of these = indexes, > instead of relying on Lucene and H2. Am I right? >=20 > Vladimir.