#834 closed defect (fixed)
Export layer data to SQLite becomes too slow
Reported by: | wyylling | Owned by: | Ying Wang |
---|---|---|---|
Priority: | major | Milestone: | 3.7.0 |
Component: | SQLite Provider | Version: | 3.7.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: | 1449749.02 |
Description
- Take the standard WW dump (TB_WW.dump also attached) and import it with TB2011
- Generate graphic with the standard display model (also attached)
- In Display manager select WW_Line with the right mouse taste and choose "Export Layer Data to SQLite..."
- After 2 seconds, the sqlite file is created.
- Take the same dump and import it with Map 2012 (inclusive structure updates)
- Generate graphic with the standard display model (also attached)
- In Display manager select WW_Line with the right mouse taste and choose "Export Layer Data to SQLite..."
Result: After 20 seconds the sqlite file is created. This is 10 times the time that was used with TB 2011
Expected result: The SQLite file should be created after 2 seconds.
Change History (2)
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Note:
See TracTickets
for help on using tickets.
The fix (r6471) is reverted in r6485 for it is by design and we should reuse all of FDO objects in caller side to gain the performance while inserting many features.