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

Batch queries gathering sample node & edges #599

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

kmcginnes
Copy link
Collaborator

@kmcginnes kmcginnes commented Sep 9, 2024

Description

Batches up Gremlin queries that gather sample nodes and edges to know the properties.

  • Batch size 100 node & edge types

Validation

  • NOTE FOR REVIEWER: If you switch the diff style to ignore whitespace you'll see not much has changed, just the for loop added.
  • Tested on a database with over 1,800 edge types and over 3,000 node types

CleanShot 2024-09-09 at 10 21 48@2x

Related Issues

Check List

  • I confirm that my contribution is made under the terms of the Apache 2.0
    license.
  • I have run pnpm checks to ensure code compiles and meets standards.
  • I have run pnpm test to check if all tests are passing.
  • I have covered new added functionality with unit tests if necessary.
  • I have added an entry in the Changelog.md.

@kmcginnes kmcginnes marked this pull request as ready for review September 10, 2024 14:34
@kmcginnes kmcginnes merged commit aad98cf into aws:main Sep 10, 2024
1 check passed
@kmcginnes kmcginnes deleted the batch-query branch September 10, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants