GitHub user njayaram2 opened a pull request: https://github.com/apache/incubator-madlib/pull/159
Bugfix: Fix BFS performance issues Some queries used in BFS implementation were not scaling well with the input graph size. This commit includes changes to those queries to improve BFS's performance. Additional author: Orhan Kislal <okis...@apache.org> Closes #159 You can merge this pull request into a Git repository by running: $ git pull https://github.com/njayaram2/incubator-madlib bugfix/bfs_perfomance Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-madlib/pull/159.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #159 ---- commit bd9c634f4e788dbde09e57ebba1017a131cc703b Author: Nandish Jayaram <njaya...@apache.org> Date: 2017-07-28T18:23:15Z Bugfix: Fix BFS performance issues Some queries used in BFS implementation were not scaling well with the input graph size. This commit includes changes to those queries to improve BFS's performance. Additional author: Orhan Kislal <okis...@apache.org> Closes #159 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---