|
|
|
|
|
by mvanaltvorst
1876 days ago
|
|
That's part of SQLite. It has been optimised to reduce disk reads, because those can be slow on spinning hard drives. Coincidentally, this translates well into an optimised algorithm that minimises the amount of HTTP range requests to make. |
|