If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > how many types of partitions is there in db2

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-13-11, 05:32
chendhu chendhu is offline
Registered User
 
Join Date: May 2011
Posts: 3
how many types of partitions is there in db2

hai friend i am new to DB2.can u help me outttttttttt
Reply With Quote
  #2 (permalink)  
Old 05-13-11, 11:42
Marcus_A Marcus_A is online now
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
For DB2 LUW (Linux, UNIX, Windows) there are these types:
  • Partitioned Databases (also known as Data Partitioning Feature or InfoSphere Warehouse). This is not included in DB2 ESE by default (requires extra licensing). This uses hash partitioning to spread data in a table across multiple logical and physical nodes.
  • Table Partitioning - Also known as range partitioning, such as partitioning by month, etc. This is available for ESE licenses.
  • Multiple Dimensional Clustering (MDC) - This is not exactly partitioning but is physically storing data in a hierarchical manner, sort of like IMS (a hierarchical non-relational database). This is available for ESE licenses.
You can Google for more background information on these.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 05-16-11, 01:10
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
Also, there are "range clustered tables", which basically provide direct addressing of rows as you can do in arrays.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #4 (permalink)  
Old 05-16-11, 09:13
Marcus_A Marcus_A is online now
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
Quote:
Originally Posted by stolze View Post
Also, there are "range clustered tables", which basically provide direct addressing of rows as you can do in arrays.
Is that really a type of partitioning?
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #5 (permalink)  
Old 05-16-11, 11:32
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
I guess you're right - it's a clustering mechanism not a partitioning because RCTs do not physically separate the data.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On