Changes between Initial Version and Version 1 of Ticket #3335
- Timestamp:
- Jan 18, 2010, 2:09:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3335
- Property Keywords CopyLayer added
- Property Owner changed from to
- Property Component PythonBindings → OGR_SF
-
Ticket #3335 – Description
initial v1 1 1 Copying from any data source to SQLite (at least in Python) is painfully slow when you don't explicitly use transactions. 2 2 3 The !CopyLayer() method for a data source needs to use transactions when the destination data source supports it.3 The generic implementation of the OGRDataSource::CopyLayer() method for a data source should use transactions in a similar way to ogr2ogr by default, and have an option with similar functionality to -gt in ogr2ogr to control how many features are in a transaction. 4 4 5 5 See discussion here: