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 473C6200D3C for ; Tue, 14 Nov 2017 20:14:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 45CC6160C0D; Tue, 14 Nov 2017 19:14:00 +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 85159160BD7 for ; Tue, 14 Nov 2017 20:13:59 +0100 (CET) Received: (qmail 29712 invoked by uid 500); 14 Nov 2017 19:13:58 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 29699 invoked by uid 99); 14 Nov 2017 19:13:58 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2017 19:13:58 +0000 From: GitBox To: notifications@accumulo.apache.org Subject: [GitHub] keith-turner commented on a change in pull request #38: Continue tour Message-ID: <151068683795.21758.9473667990701933069.gitbox@gitbox.apache.org> archived-at: Tue, 14 Nov 2017 19:14:00 -0000 keith-turner commented on a change in pull request #38: Continue tour URL: https://github.com/apache/accumulo-website/pull/38#discussion_r150919421 ########## File path: tour/data-model.md ########## @@ -0,0 +1,30 @@ +--- +title: Data Model +--- +Data is stored in Accumulo in a sorted [TreeMap]. The Keys are broken up logically into a few different parts, as seen in the image below. Review comment: I would not say Accumulo is TreeMap, because its misleading in many ways. I would just call it a "distributed sorted map". ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services