Tagged Questions

0
votes
0answers
18 views

Simulate Clustered and Non clustered Tables in a Database

When a relation in a database is clustered, then the No of Disk Accesses required to fetch the table from Disk to Main memory is proportional to the number of blocks B that the table resides in. On ...