142 | | * See [http://kahlua.eecs.jacobs-university.de/trac/rasdaman/attachment/wiki/FAQ/sstdm2010.pdf this description] while the manual is not yet updated. |
143 | | |
| 142 | * Check the [attachment:sstdm2010.pdf Storage Layout Language paper] for more details, while the manual is not yet updated. |
| 143 | |
| 144 | === Which index should I use when I want to partially initialize and update an object? === |
| 145 | * Establish rc_index upon object creation: |
| 146 | {{{ |
| 147 | insert into ... values ... index rc_index |
| 148 | }}} |
| 149 | Check the [attachment:sstdm2010.pdf Storage Layout Language paper] for more details, while the manual is not yet updated. |