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

[TRAFODION-2662] Fix incr stats bug when enormous sample tables are used #1142

Merged
merged 1 commit into from Jun 24, 2017

Conversation

DaveBirdsall
Copy link
Contributor

Refactored some of the incremental update statistics (IUS) logic. The creation and population of an incremental sample table depended on one column's data fitting in memory. That dependency has been removed; the incremental sample is created and populated even if no columns fit in memory.

This is a classic example of an "empty set" bug, where logic doesn't work correctly on empty sets.

@Traf-Jenkins
Copy link

Check Test Started: https://jenkins.esgyn.com/job/Check-PR-master/1878/

@zellerh
Copy link
Contributor

zellerh commented Jun 23, 2017

+1 looks good to me.

@Traf-Jenkins
Copy link

@sureshsubbiah
Copy link
Contributor

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
5 participants