Closed ltog closed 8 years ago
Some tools should also be ported:
test/compare_sqlite.sh
test/create_sqlite_diff.sh
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...
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).