Transparent | Pool | Cluster |
Contain a single table. Used to store master data | They are used to hold a large number of very small tables(stores customizing data or system data) | They are used to hold data from a few number of large tables.(stores system data) |
It has a one-to-one relationship with a table in the database | It has a many-to-one relationship with a table in the database | It has a many-to-one relationship with table in the database |
For each transparent table there is one associated table in the database | It is stored with other pooled tables in a single table called table pool in the database | Many cluster tables are stored in a single table in the database called a table cluster |
The database table has the same name, same number of fields and the fields have the same names | The database table has different name, different number of fields and fields have different names | The database table has different name, different number of fields and fields have different names |
There is only a single table | Table pools contain more tables than table clusters | Contains less tables than table pools |
Single table can have one or more primary key | Primary key of each table does not begin with same fields or fields | Primary key of each table begins with same fields or fields |
Secondary indexes can be created | Secondary indexes cannot be created | Secondary indexes cannot be created |
They can be accessed using open and native SQL | They can be accessed using open SQL only | They can be accessed using open SQL only |
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 | USE: They reduce the amount of database resources needed when many small tables have to be opened at the same time | USE: They would be used when the tables have primary key in common and data in these tables are all accesses simultaneously |
Friday, March 25, 2011
Comparison of Transparent, Pool and Cluster tables
Subscribe to:
Post Comments (Atom)
Automation Testing
- Manual and Automation testing Challenges
- What you need to know about BVT (Build Verification Testing)
- BVT types
- Learning basics of QTP automation tool and preparation of QTP interview questions
- QuickTest Pro - QTP Functional testing tool review
- Tips you should read before automating your testing work
- Choosing Automation tool for your organization
Blog Archive
-
▼
2011
(392)
-
▼
March
(21)
- Automatically populating the search hlep values in...
- Providing multiple selection options in Search help
- Creating a projection view
- Comparison of Transparent, Pool and Cluster tables
- Adding new values in Standard Domain
- Creation of a table pool and pooled table
- Row level locking of database tables
- Creation of a View cluster
- Creation of a Logical Database
- Working with Table Maintenance Generator
- Creating a secondary index
- Creating Search helps (Elementary and collective)
- Creating a structure in ABAP Dictionary
- Creating a Transparent Table
- Basics of Enterprise Portal development using Java
- Viewing the solution manager documents on ESS or o...
- Create and Export Transport request in Enterprise ...
- Role Transfer from Enterprise Portal to SAP
- Role Transfer from SAP to Enterprise Portal
- Running multiple versions of NWDS in one PC
- Reuse Java Dictionary Types in Web Dynpro Developm...
-
▼
March
(21)
No comments:
Post a Comment