Opened 18 years ago
Closed 18 years ago
#13 closed defect (fixed)
Merging defect fixes from branch 3.2.x to the trunk
Reported by: | 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.