Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-777

Code refactoring: Create optimization out of store/load post processing code

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      The postProcessing method in the pig server checks whether a logical graph contains stores to and loads from the same location. If so, it will either connect the store and load, or optimize by throwing out the load and connecting the store predecessor with the successor of the load.

      Ideally the introduction of the store and load connection should happen in the query compiler, while the optimization should then happen in an separate optimizer step as part of the optimizer framework.

      Attachments

        1. log_message.patch
          2 kB
          Gunther Hagleitner

        Activity

          People

            Unassigned Unassigned
            hagleitn Gunther Hagleitner
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: