中文网站
  Advanced Search
Read the latest Blogs from IT professionals in the field. Read and write community created documents. Need IT help? Ask our staff. Connect with your peers. Check our Tech Shop for posters, books and software tools. Home

10. Storage and File Structure of database

1. We have been looking mostly at the higher-level models of a database. At the conceptual or logical level the database was viewed as

  • A collection of tables (relational model).
  • A collection of classes of objects (object-oriented model).

2. The logical model is the correct level for database users to focus on. However, performance depends on the effciency of the data structures used to represent data in the database, and on the effciency of operations on these data structures.