Fragmentation is a process of dividing the whole or full database into various subtables or sub relations so that data can be stored in different systems. The small pieces or sub relations or subtables are called fragments. These fragments are called logical data units and are stored at various sites. It must be made sure that the fragments are such that they can be used to reconstruct the original relation (i.e, there isnโt any loss of data)..
References
-
Break data down into smaller chunks for storage and management purposes.๐dagster.io
-
Data Fragmentation is the process of dividing large pieces of data into smaller, more manageable parts to improve processing and analysis.๐dremio.com
-
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.๐GeeksforGeeks