Thursday, November 11, 2010

Transparent/Pool/Cluster tables

Transparent Tables:

1. Contain a single table. Used to store master data
2. It has a one-to-one relationship with a table in the database
3. For each transparent table there is one associated table in the database
4. The database table has the same name, same number of fields and the fields have the same names
5. Single table can have one or more primary key
6. Secondary indexes can be created
7. They can be accessed using open and native SQL
8. USE: They are used to hold master data e.g. Table vendors or table of customers. Example of transaction
    data is orders placed by customers


Pool Tables:

1. They are used to hold a large number of very small tables(stores customizing data or system data)
2. It has a many-to-one relationship with a table in the database
3. It is stored with other pooled tables in a single table called table pool in the database
4. The database table has different name, different number of fields and fields have different names
5. Table pools contain more tables than table clusters
6. Primary key of each table does not begin with same fields or fields
7. Secondary indexes cannot be created
8. They can be accessed using open SQL only
9. USE: They reduce the amount of database resources needed when many small tables have to be opened
    at the same time

Cluster Tables:
1. They are used to hold data from a few number of large tables.(stores system data)
2. It has a many-to-one relationship with table in the database
3. Many cluster tables are stored in a single table in the database called a table cluster
4. The database table has different name, different number of fields and fields have different names
5. Contains less tables than table pools
6. Primary key of each table begins with same fields or fields
7. Secondary indexes cannot be created
8. They can be accessed using open  SQL only
9. USE: They would be used when the tables have primary key in common and data in these tables are all
     accesses simultaneously

2 comments:

  1. That's great. However it'd be better if you added more specification in the content.

    ReplyDelete
  2. Hey there! I simply want to give you a big thumbs up for the
    excellent information you have got here on
    this post. I'll be returning to your blog for more soon.

    Feel free to visit my webpage Adorna Breast Enhancement Supplement

    ReplyDelete