SQLite Forum

Index Btree
Login
I'm a CS student and I'm doing some research on index Btree of SQLite. I have read the documentation and my questions are:

- Is there a solution I can use to know the number of pages of Index Btree based on the number of entries and byte length of entries? (Assume that I create a database that has a table (indexed) of 1 column containing numbers)

- Can I determine the degree of pages based on these features above?