Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table Partitioning in db2

Status
Not open for further replies.

Prince26

Systems Engineer
May 17, 2019
8
IN
Hi All,

I have done table partitioning on 1 table say 'A' in db2 with range as event_date based on date column on yearly basis.
Now, I need to partition one more table say 'B' but here in 'B', I dont have any date column. Infact,table 'B' is dependent on table 'A'. Table 'B' is having a column which is primary key of table 'A'

Please suggest how can i partition table 'B'???

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top