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 58C8D200BDA for ; Tue, 29 Nov 2016 02:04:52 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 57610160B25; Tue, 29 Nov 2016 01:04:52 +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 C5352160B0D for ; Tue, 29 Nov 2016 02:04:51 +0100 (CET) Received: (qmail 98698 invoked by uid 500); 29 Nov 2016 01:04:50 -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 98656 invoked by uid 99); 29 Nov 2016 01:04:50 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2016 01:04:50 +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 4CEDFD7336 for ; Tue, 29 Nov 2016 01:04:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.972 X-Spam-Level: X-Spam-Status: No, score=0.972 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 7FuB6tQl-yGw for ; Tue, 29 Nov 2016 01:04:48 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 0B6945FC88 for ; Tue, 29 Nov 2016 01:04:47 +0000 (UTC) Received: from static.162.255.23.37.macminivault.com (unknown [162.255.23.37]) by mbob.nabble.com (Postfix) with ESMTP id 742D936E14AD for ; Mon, 28 Nov 2016 16:52:49 -0800 (PST) Date: Mon, 28 Nov 2016 18:04:15 -0700 (MST) From: Himetic To: user@ignite.apache.org Message-ID: <1480381455594-9246.post@n6.nabble.com> In-Reply-To: <1480379642991-9244.post@n6.nabble.com> References: <1480374942856-9242.post@n6.nabble.com> <1480379642991-9244.post@n6.nabble.com> Subject: Re: Secondary Key for ignite cache? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Tue, 29 Nov 2016 01:04:52 -0000 The cache maps from a key that contains (the object id, the fields being returned, json/atom/rss format) and maps it to the formatted string for that object in the specified format. So when we're searching the cache for the object, we're querying using all the formatting information, but we want to invalidate all entries in the cache using just the object id. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Secondary-Key-for-ignite-cache-tp9242p9246.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.