Changes between Initial Version and Version 1 of Ticket #3335


Ignore:
Timestamp:
Jan 18, 2010, 2:09:46 PM (14 years ago)
Author:
warmerdam
Comment:

Chaitanya,

Please implement this when convenient.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3335

    • Property Keywords CopyLayer added
    • Property Owner changed from hobu to chaitanya
    • Property Component PythonBindingsOGR_SF
  • Ticket #3335 – Description

    initial v1  
    11Copying from any data source to SQLite (at least in Python) is painfully slow when you don't explicitly use transactions.
    22
    3 The !CopyLayer() method for a data source needs to use transactions when the destination data source supports it.
     3The 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.
    44
    55See discussion here: