You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2010/02/02 20:02:19 UTC

[jira] Created: (HADOOP-6532) Path objects are heavy

Path objects are heavy
----------------------

                 Key: HADOOP-6532
                 URL: https://issues.apache.org/jira/browse/HADOOP-6532
             Project: Hadoop Common
          Issue Type: Improvement
          Components: fs
            Reporter: Tsz Wo (Nicholas), SZE


Compared with java.lang.String, org.apache.hadoop.fs.Path is much heavier since it contains URI.  The size of a Path is roughly 3 times of a String.  Will post some numbers in the comments.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.