Say that we are designing a heap file for a DBMS. We will have one heap file for each table in a database. The heap file supports tuples of fixed length. What is the purpose of designing a heap file for a DBMS?
1) To store data in a structured manner
2) To improve the performance of database operations
3) To support efficient searching and retrieval of data
4) To ensure data integrity and consistency