Bottom-up parsing for sqlite R*TREE Bottom-up parsing for sqlite R*TREE sqlite sqlite

Bottom-up parsing for sqlite R*TREE


  1. SQLite always searches from the top of the tree.This might not hurt because the top-level entries are most likely to be cached.

    If you really want to do bottom-up parsing, you have to implement it manually.

  2. Database files can be opened from any accessible file system.