Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gh-3359: Reduce number of vertex lookups for edges #3360

Merged
merged 5 commits into from
Jan 30, 2025

Conversation

p29876
Copy link
Member

@p29876 p29876 commented Jan 28, 2025

Stop inV/outV performing a full vertex lookup
Add new methods for doing this when we want to traverse an Edge

Related issue

Stop inV/outV performing a full vertex lookup
Add new methods for doing this when we want to traverse an Edge
@p29876 p29876 changed the title gh-3359 Reduce number of vertex lookups for edges Gh-3359: Reduce number of vertex lookups for edges Jan 28, 2025
Copy link

codecov bot commented Jan 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.08%. Comparing base (3ec4c9b) to head (0c67473).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #3360   +/-   ##
==========================================
  Coverage      68.08%   68.08%           
  Complexity      2596     2596           
==========================================
  Files            957      957           
  Lines          30686    30686           
  Branches        3406     3406           
==========================================
  Hits           20893    20893           
  Misses          8311     8311           
  Partials        1482     1482           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@j69772 j69772 requested review from j69772 and cn337131 January 29, 2025 11:18
j69772
j69772 previously approved these changes Jan 29, 2025
@p29876 p29876 marked this pull request as ready for review January 29, 2025 12:14
@wb36499 wb36499 merged commit 72aeb9b into develop Jan 30, 2025
29 checks passed
@wb36499 wb36499 deleted the gh-3359-gremlin-edge-query branch January 30, 2025 13:26
@cn337131 cn337131 added bug Confirmed or suspected bug tinkerpop Specific to/touches the tinkerpop module labels Jan 31, 2025
@cn337131 cn337131 added this to the 2.3.2 milestone Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed or suspected bug tinkerpop Specific to/touches the tinkerpop module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

g.E() creates too many Operations
4 participants