Changes between Version 89 and Version 90 of FAQ
- Timestamp:
- Feb 23, 2012, 11:28:18 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v89 v90 146 146 * Check the [attachment:sstdm2010.pdf Storage Layout Language paper] for more details, while the manual is not yet updated. 147 147 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_index152 }}}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 155 148 === "Error: 100 Exception: Internal error: DL parse error." === 156 149 What does this error returned by rasql mean? 157 150 158 151 * 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]. 159 155 160 156 == Rasj and Java ==