Opened 11 years ago

Closed 11 years ago

#5270 closed defect (fixed)

Slow database creation with spatialite 4.1

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.10.2
Component: OGR_SF Version: unspecified
Severity: normal Keywords: spatialite 4.1
Cc:

Description

Since spatialite 4.1, InitSpatialMetadata() is no longer run into a transaction, which makes population of spatial_ref_sys from EPSG awfully slow. We have to use InitSpatialMetadata(1) to run in a transaction.

Change History (1)

comment:1 by Even Rouault, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk (r26532) and branches/1.10 (r26533)

Note: See TracTickets for help on using tickets.