Fragmentation is the division of a database relation into smaller relations that in turn become database objects:
- The fragments are able to build the original table. This is not the case with replication.
- Fragmentation addresses the weaknesses of replication.
Fragmentation and replication have the same basic aims.
With transparent fragmentation, our Query Processing Manager is loaded with another level of complexity.






