[mapguide-trac] #2002: Support building configuration documents
with filtered logical schemas
MapGuide Open Source
trac_mapguide at osgeo.org
Mon May 14 04:16:31 EDT 2012
#2002: Support building configuration documents with filtered logical schemas
---------------------------+------------------------------------------------
Reporter: jng | Owner: jng
Type: enhancement | Status: new
Priority: medium | Milestone: Maestro-5.0
Component: Maestro | Version:
Severity: major | Keywords:
External_id: |
---------------------------+------------------------------------------------
When overriding the schema for an ODBC feature source, it needs to do a
full schema walk to construct the logical schema component of the
configuration document. For really large datastores, this will cause a
long wait (or timeout).
We can avoid doing a schema walk by prompting the user to select the
Feature Classes to include in the configuration document. This has 2
benefits:
* We only request a partial schema and can tap into FDO RFC23
enhancements where applicable
* The feature source only exposes a partial view of the entire datastore,
reducing the attack surface.
Current focus will be for the ODBC editor, but can be extended to any
other Feature Source editor that supports configuration and FDO RFC23 APIs
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/2002>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list