[OSM-talk] JOSM plugin to import GeoJSON?
Mike Thompson
miketho16 at gmail.com
Mon Mar 21 20:01:01 UTC 2016
On Mon, Mar 21, 2016 at 1:53 PM, Christoph Hormann <chris_hormann at gmx.de>
wrote:
>
> The general problem with SQLite based files is that they are always read
> and written through the SQLite database engine which is not
> particularly good for sequential write and read operations.
In my experience the engine defaults to one write operation per transaction
which is very slow. If you are processing a large amount of data you need
to explicitly open and then later (after many writes) commit the
transaction if you want reasonable performance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/talk/attachments/20160321/6c16757e/attachment.html>
More information about the talk
mailing list