Return-Path: X-Original-To: apmail-ignite-user-archive@minotaur.apache.org Delivered-To: apmail-ignite-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF0931877C for ; Tue, 27 Oct 2015 15:37:36 +0000 (UTC) Received: (qmail 19957 invoked by uid 500); 27 Oct 2015 15:37:24 -0000 Delivered-To: apmail-ignite-user-archive@ignite.apache.org Received: (qmail 19914 invoked by uid 500); 27 Oct 2015 15:37:24 -0000 Mailing-List: contact user-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ignite.apache.org Delivered-To: mailing list user@ignite.apache.org Received: (qmail 19904 invoked by uid 99); 27 Oct 2015 15:37:24 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Oct 2015 15:37:24 +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 CCD5CC3A9A for ; Tue, 27 Oct 2015 15:37:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=6.31 tests=[URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id UvCBhyjhH8wA for ; Tue, 27 Oct 2015 15:37:10 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id E3EF4439E9 for ; Tue, 27 Oct 2015 15:37:08 +0000 (UTC) Received: from malf.nabble.com (unknown [162.253.133.59]) by mbob.nabble.com (Postfix) with ESMTP id D20E41891DB2 for ; Tue, 27 Oct 2015 08:27:23 -0700 (PDT) Date: Tue, 27 Oct 2015 08:29:00 -0700 (PDT) From: iceguo To: user@ignite.apache.org Message-ID: <1445959740137-1723.post@n6.nabble.com> Subject: The result of cross-cache SQL joins is incomplete. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I had started 2 Ignite nodes, and put table "Person" and "Organization" to these 2 Ignite nodes with all cache mode is =E2=80=9DPartitioned=E2=80=9C, then I did a cross-cache SQL joins as following: "select Person.firstName from Person, \"OrganizationCache\".Organization where Person.orgid =3D Organization.id and Organization.name =3D ?". then I found the result in incomplete, it losted almost half results. When I use cache mode is "replicated" or I use only one node, the result is complete. I want to know how to get the complete result between two PARTITIONED data sets with "Partitioned" cache mode. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.co= m/The-result-of-cross-cache-SQL-joins-is-incomplete-tp1723.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.