Avoid creation of .fix file unless necessary
--------------------------------------------

                 Key: GEOT-3247
                 URL: http://jira.codehaus.org/browse/GEOT-3247
             Project: GeoTools
          Issue Type: Improvement
          Components: data shapefile
    Affects Versions: 2.7-M2
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 2.7-M3


The shapefile datastore blindly create (and then reads) the .fix file even when 
not necessary.
The .fix file is useful, but not necessary, to solve fid queries, and necessary 
when doing writes that involve deletes to prevent feature id shifts.

Blindly using the .fix file all the time makes the store scan yet one more file 
with need, with the disk head moving around like crazy for nothing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to