shamekhjr/Mini-DB-Engine

createTable function

Closed this issue · 0 comments

Implementation detail:

  • discuss whether to create a first empty page when creating the table
  • Discuss whether the pages should be saved in an array list (or a similar structure) as an instance variable in the table class when creating one.

Page:

  • do we add pointers to next and prev page in page class or do we just point to a record in those pages so that we do not load 3 pages at a time instead of one