|
|
|
|
|
by rakoo
1876 days ago
|
|
Everything in SQLite is stored in B-Trees. Data or indexes. So you don't need to download the whole index first; you only need to download the necessary pages of the trees to access data, whether it's part of an index or actual data |
|