Hi!
I am doing a project which tries to simulate a DBMS.
The records for a relation(table) are saved in a file on disk.
What I wish to do is -
Specify the block to which each record be written / Save the content block wise
Reason for doing this- I will use a data structure such a B+ Tree that holds the pointers to the blocks, by the means of which I can load a required block (and hence a record) into memory as requested by the user.