Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

[TRAFODION-2661] Improve MDAM costing for RangeSpecs #1146

Merged
merged 2 commits into from
Jul 5, 2017

Commits on Jun 26, 2017

  1. Configuration menu
    Copy the full SHA
    78fab67 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Rework for [TRAFODION-2661]

    This rework fixes a bug in the pre-code-gen time code. The bug was
    that in the presence of partitioning key predicates, logic that
    communicates stop column information to the generator was being
    bypassed. This would result in traversal to the last key predicate
    at run time, with poor performance if the stop column was prior to
    the last key predicate.
    
    Also included in this rework are some tweaks to the run-time debug
    code for MDAM (the code had become non-functional from not being used
    for a long time), and a fix to a run-time memory leak bug that shows
    up as an assert when that debug code is present.
    DaveBirdsall committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    e3c7edc View commit details
    Browse the repository at this point in the history