Changes between Initial Version and Version 3 of Ticket #253


Ignore:
Timestamp:
Apr 8, 2008, 4:55:03 AM (17 years ago)
Author:
ole
Comment:

Replying to anonymous:

Caching may not help. If it is a matter of loading from a pts file or a cached result, the time it takes could be the same. It is worth investigating this, of course, so I'll leave the ticket open and get onto it at some point.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #253 – Description

    initial v3  
    11Currently geospatial_data object doesn't use caching. It would be beneficial for it to have caching especially when loading large datasets from 'pts' or 'txt' file.
     2
     3What might be a good idea is to allow for a 'blocking' read-write.
     4This would e.g. be useful for converting large csv files to pts files in case where the data won't fit in memory.