Changes between Version 89 and Version 90 of FAQ


Ignore:
Timestamp:
Feb 23, 2012, 11:28:18 AM (12 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v89 v90  
    146146 * Check the [attachment:sstdm2010.pdf Storage Layout Language paper] for more details, while the manual is not yet updated.
    147147
    148 === Which index should I use when I want to partially initialize and update an object? ===
    149  * Establish rc_index upon object creation:
    150 {{{
    151 insert into ... values ... index rc_index
    152 }}}
    153    Note that RC index requires a regular tiling (which is the default in the insert statement). Check the [attachment:sstdm2010.pdf Storage Layout Language paper] for more details, while the manual is not yet updated.
    154 
    155148=== "Error: 100 Exception: Internal error: DL parse error." ===
    156149What does this error returned by rasql mean?
    157150
    158151 * You have likely inserted types to the database which names start with a rasdl reserved word. This is a known issue, see #121 for a workaround.
     152
     153=== How can I import large images that don't fit into main memory? ===
     154 * Check this short guide on [wiki:PartialUpdates partial updates] in addition to the documentation of the update statement in the [source:manuals_and_examples/manuals/pdf/ql-guide.pdf Query Language Guide for rasql].
    159155
    160156== Rasj and Java ==