pgRouting

Ticket #130 (new feature request)

Opened 3 months ago

Better memory management for osm2pgrouting

Reported by: anton Assigned to: somebody
Priority: minor Milestone: Version 1.1
Component: osm2pgrouting Version: 1.1
Keywords: Cc:

Description

It would be nice not to collect all edges before they are inserted to a database, but to collect edges to a buffer, and after we collected certain amount of edges, write them to a database. It would help to handle large data sets.