[fdo-internals] Code submission notification: SDF fix a disk cache
memory usage for large SDF files
Badreddine Karoui
badreddine.karoui at autodesk.com
Wed Feb 7 16:42:52 EST 2007
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).
Modified: branches/3.2.x/Thirdparty/Sqlite3.1.5/Src/os_win.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/fdo-internals/attachments/20070207/189978d4/attachment.html
More information about the fdo-internals
mailing list