-
Notifications
You must be signed in to change notification settings - Fork 151
[TRAFODION-2953] Do not merge #1540
base: master
Are you sure you want to change the base?
Conversation
something wrong with my PR, most changes not in the PR. Close it. |
Recovered, PR is now OK... |
Check Test Started: https://jenkins.esgyn.com/job/Check-PR-master/2594/ |
core/sql/regress/tools/sbdefs
Outdated
@@ -22,7 +22,7 @@ | |||
-- defs included during seabase regr run | |||
|
|||
#ifdef SEABASE_REGRESS | |||
cqd mode_seabase 'ON'; | |||
--cqd mode_seabase 'ON'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo, will fix this in next commit. Sorry
Test Failed. https://jenkins.esgyn.com/job/Check-PR-master/2594/ |
This PR is not ready, far from ready, sorry, let me close it. |
reopen just for some tests, Do not merge |
New Check Test Started: https://jenkins.esgyn.com/job/Check-PR-master/2597/ |
Test Failed. https://jenkins.esgyn.com/job/Check-PR-master/2597/ |
Previous Test Aborted. New Check Test Started: https://jenkins.esgyn.com/job/Check-PR-master/2598/ |
Test Failed. https://jenkins.esgyn.com/job/Check-PR-master/2598/ |
jenkins, retest |
Check Test Started: https://jenkins.esgyn.com/job/Check-PR-master/2622/ |
Test Failed. https://jenkins.esgyn.com/job/Check-PR-master/2622/ |
New Check Test Started: https://jenkins.esgyn.com/job/Check-PR-master/2624/ |
Test Failed. https://jenkins.esgyn.com/job/Check-PR-master/2624/ |
New Check Test Started: https://jenkins.esgyn.com/job/Check-PR-master/2632/ |
Test Failed. https://jenkins.esgyn.com/job/Check-PR-master/2632/ |
Check Test Started: https://jenkins.esgyn.com/job/Check-PR-master/2885/ |
Test Failed. https://jenkins.esgyn.com/job/Check-PR-master/2885/ |
This is the very first code drop for TRAFODION-2953, the major purpose is to get feedback to see if the design is OK and shall we continue with this effort or not.
Please check https://issues.apache.org/jira/browse/TRAFODION-2953, I attached a design document there.
This PR contains initial prototype of the design. It still has a major code-refactor to do, but I would like to hear from community first, before I spend more time on it, in case there are something fundamentally wrong.
The major code-refactor I mentioned above is for this prototype code is to add a new PartitionFunction, instead of modifying the SinglePartitionPartitioningFunction directly. I will inherit a new SinglePartitionWithSmallTablePartitioningFunction from SinglePartitionPartitioningFunction next.
One can check the TEST035 to get a demo of how it works.
There are many other tasks following this initial code drop. For example, index/alter/create-super-table etc.
The major idea to support this is to add a new SYSTEM column TBLNM, so in a single Region, rows belong to different tables can be distinguished. When doing IUDS, always add predicate TBLNM = 'theNameOfTheTable' to filter out the correct rows.
Please help to review and let me know your comments, many thanks.
The requirement is strong. In some use cases, there must be many small tables.