SQLite Forum

why index table use b-tree not b+tree
Login

why index table use b-tree not b+tree

(1) By sqlite3_preupdate_count (XiongZaiBingGan) on 2021-04-14 11:36:55 [source]

Anyone knows why index table use b-tree but not b+tree? if need get a range of rowids in index table,b+tree is better than b-tree .