Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C6C6FE37C for ; Tue, 5 Feb 2013 11:11:20 +0000 (UTC) Received: (qmail 70062 invoked by uid 500); 5 Feb 2013 11:11:20 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 69784 invoked by uid 500); 5 Feb 2013 11:11:15 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 69694 invoked by uid 500); 5 Feb 2013 11:11:14 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 69676 invoked by uid 99); 5 Feb 2013 11:11:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 11:11:13 +0000 Date: Tue, 5 Feb 2013 11:11:13 +0000 (UTC) From: "Claudio Martella (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (GIRAPH-461) Convert static assignment of in-memory partitions with LRU cache MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GIRAPH-461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claudio Martella reassigned GIRAPH-461: --------------------------------------- Assignee: Claudio Martella > Convert static assignment of in-memory partitions with LRU cache > ---------------------------------------------------------------- > > Key: GIRAPH-461 > URL: https://issues.apache.org/jira/browse/GIRAPH-461 > Project: Giraph > Issue Type: Sub-task > Components: graph > Reporter: Claudio Martella > Assignee: Claudio Martella > Attachments: GIRAPH-461.patch, GIRAPH-461.patch, GIRAPH-461.patch > > > Currently, the out-of-core partitions are assigned to memory or to disk statically. Using an LRU cache should help keeping in-memory only the partitions that are actively accessed, given a job that does not access all the graph at each superstep (traversals) and a good data partitioning (non random). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira