Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-33415

graph index search: heuristical edge choice

    XMLWordPrintable

Details

    • Task
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      basic graph search algorithm takes all neighbors of a top node and adds them all back to the todo queue, sorted by the distance to the query. this implies many expensive distance calculations.

      there are heuristics that precalculate directions to neighbors and first use neighbors that are in the same direction as the query. HCNNG does that.

      Their primary goal is to save on distance calculations — so we should do that only if profiling will show that distance calculations take a sizable amount of time as compared to the total query duration.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              serg Sergei Golubchik
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.