Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / DB2 Topics / March 2007

Tip: Looking for answers? Try searching our database.

inter-partition? intra-partition?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Laurence - 19 Mar 2007 04:56 GMT
Hi folks,

As I konw: database partition (aka data partition?), the database can
span multiple machines; table partition, the data within a table can
seperate by certain condition.

How about inter-partition and intra-partition? Is inter-partition
database partition...?

Laurence
Knut Stolze - 19 Mar 2007 12:37 GMT
> Hi folks,
>
> As I konw: database partition (aka data partition?),

I wouldn't call that "data partitioning".  It just adds confusion.

> the database can
> span multiple machines; table partition, the data within a table can
> seperate by certain condition.
>
> How about inter-partition and intra-partition? Is inter-partition
> database partition...?

Inter-/intra-partition is usually referred to in the context of parallelism,
i.e. inter-partition parallelism and intra-partition-parallelism.  It
refers to how a SQL statement is executed.  If a a statement is executed in
parallel across multiple database partitions, then we talk
about "inter-partition parallelism".  If you have multiple
processes/threads participating in the statement execution on the _same_
database partition, then you have intra-partition parallelism.  Both can be
combined, of course.

Signature

Knut Stolze
DB2 z/OS Admin Enablement
IBM Germany

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.