Uploaded image for project: 'Apache AGE'
  1. Apache AGE
  2. AGE2-353

[Apache AGE] Remove obsolete components from CREATE, SET, & DELETE

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Done
    • Normal
    • Resolution: Done
    • None
    • 0.5.0, 0.6.0

    Description

      After completion of AGE2-345, AGE2-348, and AGE2-349, research if it is possible to remove the following from CREATE, SET, & DELETE's execution logic -

          /*
           * Postgres does not assign the es_output_cid in queries that do
           * not write to disk, ie: SELECT commands. We need the command id
           * for our clauses, and we may need to initialize it. We cannot use
           * GetCurrentCommandId because there may be other cypher clauses
           * that have modified the command id.
           */
          if (estate->es_output_cid == 0)
              estate->es_output_cid = estate->es_snapshot->curcid;
      
      

      It shouldn't be necessary once all 3 are done but, we need to be sure.

      Implement any additional fixes and remove it.

       

      Attachments

        Issue Links

          Activity

            People

              jgemignani John Gemignani
              jgemignani John Gemignani
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 504h
                  504h
                  Remaining:
                  Remaining Estimate - 504h
                  504h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified