[ https://issues.apache.org/jira/browse/TINKERPOP-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17748315#comment-17748315 ]
ASF GitHub Bot commented on TINKERPOP-2973: ------------------------------------------- spmallette commented on PR #2164: URL: https://github.com/apache/tinkerpop/pull/2164#issuecomment-1654479176 neat PR - i think this is a duplicate issue of https://issues.apache.org/jira/browse/TINKERPOP-1403 @Cole-Greer suggest closing the newer one as a duplicate and merging under 1403. needs a CHANGELOG and a bullet in the reference documentation: https://tinkerpop.apache.org/docs/current/reference/#graph-filter other than that i think this is fine. VOTE +1 > GraphComputer should allow vertex properties filtering > ------------------------------------------------------ > > Key: TINKERPOP-2973 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2973 > Project: TinkerPop > Issue Type: Improvement > Components: hadoop > Affects Versions: 3.5.6 > Reporter: Boxuan Li > Priority: Minor > Attachments: image-2023-07-25-22-48-37-510.png, > image-2023-07-25-22-49-16-418.png > > > GraphComputer has vertexFilter and edgeFilter, but not yet a filter for > vertex properties. Many vertex programs don't need many if not all vertex > properties. PageRank, for example, does not need any vertex properties at > all. Having a vertex property filter can greatly reduce memory/disk usage. > > I implemented a vertex property filter and will submit a PR soon. In my use > case, the RDD size reduces from 2.8GB to 2.1GB by applying a vertex property > filter. That's 25% storage saving. > > Before: > !image-2023-07-25-22-49-16-418.png|width=1145,height=46! > After: > !image-2023-07-25-22-48-37-510.png|width=1366,height=28! -- This message was sent by Atlassian Jira (v8.20.10#820010)