Commentary

  • This is quite interesting and helpful in making things clear
  • Every piece of data is stored in pages, a page is the unit of data in SQLite. Each page has parts like divided each for storing its metadata and the actual data.
  • Each type has certain number of bytes to be stored, so there is a identifier for that, so it makes retrieval and storing efficient.