ltog / osmi-addresses

Calculates the Address view of the OSM Inspector
Boost Software License 1.0
11 stars 4 forks source link

One .sqlite file per layer #55

Closed ltog closed 8 years ago

ltog commented 9 years ago

To decrease the time needed for calculating spatial indices on SQLite data we could create a .sqlite file for each layer and calculate their indices in parallel.

This may also simplify doing multiple threads writing SQLite data (if that's ever wanted).

ltog commented 9 years ago

Some tools should also be ported:

ltog commented 9 years ago

In test/create_sqlite_diff.sh: Access to $target_file (https://github.com/ltog/osmi-addresses/blob/ec9ffd1cea065dd5ab7d64132def1fcc155956b2/test/create_sqlite_diff.sh#L220-L230) should probably not happen in parallel...