Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6627F10804 for ; Thu, 27 Feb 2014 16:12:22 +0000 (UTC) Received: (qmail 95742 invoked by uid 500); 27 Feb 2014 16:12:18 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 95682 invoked by uid 500); 27 Feb 2014 16:12:17 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 95674 invoked by uid 99); 27 Feb 2014 16:12:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Feb 2014 16:12:17 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Feb 2014 16:12:11 +0000 Received: by mail-vc0-f175.google.com with SMTP id ij19so2689793vcb.20 for ; Thu, 27 Feb 2014 08:11:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=zQDr4UET4WVRTLDpFUdsW877iqOObbiKMGFg9V0dh98=; b=AqtgV52LlOMvGifsPYK+Z9+rzoMwP5kF8FYVnoyChiwXBJF5OvzlbmAnsMerVrTuWO a72qKZyhl8E/gILXuxL3t8W+buyBiZGql4Ego8j4fQ26d8PYDtCLBk2p8+wy36ZPOYMJ 8uDlhmDNdW70Vg3Fc/iBes6JfBw/PmaZK2DQ4vH4R3Gf/BAa/Nn+x61SYO851peBnqmn begmF/E9JLf8vf/Oj9NMwONcmGpyaWtrls4OVeMlz8M01hvr1ZGdDcA8wcuQho4KnwpB 7okeXhqYNAycGIxFpJJJKOxHhQPFzke5aKiyqO9vDWzCjlu7pXfbojPm6sdCan+UQR2r WHlA== X-Gm-Message-State: ALoCoQnUtflJnH4kAtI0rvI8c3xJTpjHepJlseplJcNrb5MqnykKQdzWjykZMcGjqB8xeQ+qRbBR X-Received: by 10.58.77.204 with SMTP id u12mr2021308vew.29.1393517510320; Thu, 27 Feb 2014 08:11:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.227.8 with HTTP; Thu, 27 Feb 2014 08:11:30 -0800 (PST) In-Reply-To: References: From: Jean-Marc Spaggiari Date: Thu, 27 Feb 2014 11:11:30 -0500 Message-ID: Subject: Re: mutable index in phoenix To: user Content-Type: multipart/alternative; boundary=089e013d0b5630f55504f365944c X-Virus-Checked: Checked by ClamAV on apache.org --089e013d0b5630f55504f365944c Content-Type: text/plain; charset=UTF-8 Hi Wei, If this is a Phoenix specific question, you might want to ask it on the Phoenix mailing list. You will get better results. JM 2014-02-27 11:09 GMT-05:00 Wei Tan : > Hi, I am reading this > https://github.com/forcedotcom/phoenix/wiki/Secondary-Indexing and trying > to figure out what is the difference between mutable and immutable index. > One difference I figure out is that immutable index is client-managed > while mutable index is cp-managed. > > I was expecting that, mutable index coprocessor do three things: 1) put > new index entry, 2) read base table and get old index value, 3) delete old > index value if any. I could not find code for 2) and 3). So am I > understanding it wrong, or I did not find the correct code path? > > Thanks, > Wei > > --------------------------------- > Wei Tan, PhD > Research Staff Member > IBM T. J. Watson Research Center > http://researcher.ibm.com/person/us-wtan --089e013d0b5630f55504f365944c--