You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/03/14 09:44:39 UTC

[GitHub] [hadoop] abhishekdas99 commented on pull request #3996: HADOOP-18129: Change URI to String in INodeLink to reduce memory footprint of ViewFileSystem

abhishekdas99 commented on pull request #3996:
URL: https://github.com/apache/hadoop/pull/3996#issuecomment-1066573970


   > Can you also comment on performance implications of this change? Specifically `ViewFileSystem.getTargetFileSystemPaths` may now require parsing strings into URIs on each usage, where does this impose a performance penalty?
   
   The performance impact of this change where we are creating the URI object when its needed as well as creating a dummy URI object to check the validity of the path.
   I created 100000 URI objects in less than a second ( It took 700 msec to be precise).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org