SQLite Forum

find in b+-tree node
Login
I don't describe it clearly enough,i want to know when get rowid,how to use the rowid to get record from b+tree node ? I think b+tree node is a page,a page contains many records.how sqlite know rowid in which b+tree node?