tigergraph / gsql-graph-algorithms

GSQL Graph Algorithms
https://docs.tigergraph.com/graph-ml/current/intro/
Apache License 2.0
192 stars 70 forks source link

Jaccard Performance Update #76

Closed wyattjoynertg closed 2 years ago

wyattjoynertg commented 2 years ago

Add batching to source and neighboring vertices. This will allow Jaccard Similarity to be way more scalable, since batching helps prevent memory-overloading.

Testing was performed by Abudula Aisikaer using the bigtest framework. Attached is the output from 1 of 12 test cases.

Jaccard C10 result.docx

wyattjoynertg commented 2 years ago

Converting to a draft until documentation and changelog changes are in.

YimingPan1997 commented 2 years ago

Would you please change the code style based on Abu's work,(in coding_style branch)

wyattjoynertg commented 2 years ago

Would you please change the code style based on Abu's work,(in coding_style branch)

Will do!

wyattjoynertg commented 2 years ago

Closed because of Abu's merge. Thanks, Abu!!!