[fdo-dev] Create nonspatial index in SDF via FDO?
Traian Stanev
traian.stanev at autodesk.com
Tue Sep 12 16:06:09 EDT 2006
Hi Jason,
I don't think it's possible to have SDF index on anything other than
geometry and key.
I am not surprised that performance is bad when filtering on other
attributes, since it would be doing a linear search through the features
and evaluating the filter for each feature.
If you tell me more details about your use case, may be I can think of a
workaround.
Traian
-----Original Message-----
From: Jason Birch [mailto:Jason.Birch at nanaimo.ca]
Sent: Tuesday, September 12, 2006 3:55 PM
To: dev at fdo.osgeo.org
Subject: RE: [fdo-dev] Create nonspatial index in SDF via FDO?
Is this not an appropriate place to ask this question? Is there
somewhere better?
Thanks,
Jason
-----Original Message-----
From: Jason Birch [mailto:Jason.Birch at nanaimo.ca]
Sent: Monday, September 11, 2006 19:18
To: dev at fdo.osgeo.org
Subject: [fdo-dev] Create nonspatial index in SDF via FDO?
Hi all,
Is it possible to create a non-spatial (attribute) index in the SDF
format using FDO? I'm seeing really poor performance on queries with
attribute filters applied on a fairly small (14000 row) table and I'd
like to try applying an index to see if it makes a difference.
I know that SQLite supports attribute indexes
http://www.sqlite.org/lang_createindex.html
but can't find a method in FDO to create them, and the SQLite tools
don't seem to like opening up SDF3 files directly. Any ideas?
Thanks,
Jason
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe at fdo.osgeo.org For additional
commands, e-mail: dev-help at fdo.osgeo.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe at fdo.osgeo.org For additional
commands, e-mail: dev-help at fdo.osgeo.org
More information about the Fdo-internals
mailing list