Changes between Initial Version and Version 5 of Ticket #543


Ignore:
Timestamp:
Jul 8, 2008, 10:41:26 AM (16 years ago)
Author:
Mateusz Łoskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #543

    • Property Keywords oracle oci added
    • Property Status newassigned
  • Ticket #543 – Description

    initial v5  
    1 {{{
    2 As I think Daniel noted in another message, you can pre-supply the extent
    3 (which is what I assume is taking a long time).  The better solution would
    4 be for me to override the OGR OCI driver's GetExtent() logic to use the
    5 USER_SDO_GEOM_METADATA as you suggest.  I kind of thought I had done that,
    6 but looking through the code I see the generic logic is used which involves
    7 reading the complete table.
     1As I think Daniel noted in another message, you can pre-supply the extent (which is what I assume is taking a long time).  The better solution would be for me to override the OGR OCI driver's GetExtent() logic to use the USER_SDO_GEOM_METADATA as you suggest.  I kind of thought I had done that, but looking through the code I see the generic logic is used which involves reading the complete table.
    82 
    93Feel free to submit that as an enhancement request in the GDAL/OGR
    104bugzilla.
    115 
    12 While a great deal of work went into optimization of the OCI driver for
    13 loading Oracle with data, the read side was not nearly as well optimized
    14 since that was not the focus of the funding project.
    15 }}}
     6While a great deal of work went into optimization of the OCI driver for loading Oracle with data, the read side was not nearly as well optimized since that was not the focus of the funding project.