Opened 17 years ago

Closed 17 years ago

#13 closed defect (fixed)

Merging defect fixes from branch 3.2.x to the trunk

Reported by: Badreddine.Karoui@… Owned by: badreddinekaroui
Priority: major Milestone: 3.3.0
Component: SDF Provider Version: 3.2.0
Severity: 3 Keywords:
Cc: External ID:

Description

The following fixes need to be merged from branch 3.2.x to the trunck: 1) Iterating through all the features of a large SDF file causes a significant loss of the system available memory. This is due to the system disk cache which tend to use all the memory it can get. The fix is to remove the random access option when opening the SDF file. That reduced the memory used by the disk cache to a reasonable amount and did not impact the performance of the SDF provider(it actually helped a bit). 1) An Rtree rebalancing issue where the root node get deleted and the new root node is not persisted.

Change History (1)

comment:1 by badreddinekaroui, 17 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.