Uploaded image for project: 'Giraph (Retired)'
  1. Giraph (Retired)
  2. GIRAPH-78

Be smarter about multiple instances of the same vertex

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Abandoned
    • None
    • None
    • None
    • None

    Description

      In a graph such as

      a -> b, z
      b -> c, z
      c -> a, z
      ...
      z

      where vertices a,b,c and are hosted on one worker and z is hosted on another, it would be good to cache instances of z so a,b,c all point at the same instance, rather than generating multiple copies of the same remote vertex during vertex reading. This is less important with primitive types and the recent work done there, but very useful for more complex types. Since the vertex readers are in userland, it would be good to provide these facilities as a library implementing users can access. ]

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jghoman Jakob Homan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: