You can't alter the keyword associated with a raster, and though you can alter a layer's
keyword, it will not change its storage. The layer config keyword stored in LAYERS,
TABLE_REGISTRY, and RASTER_COLUMNS just represents the storage rules at the time
the layer was created.
If you want to reorganize data for better performance using DBTUNE, you'll need to export
the data, change the existing keywords, drop the existing tables, and reload them. The only
exception for this is some of the indexes, those which can be rebuilt by placing a layer in
load-only I/O mode and back into normal I/O, or those manually created by 'sdetable -o
create_index', which can be deleted and rebuilt.
If I have a minor typo in my DBTUNE environment, I'll often edit the keyword to be correct
then REBUILD the indexes maually at the SQL prompt, but if table storage is wrong, I have
to delete and re-load.
- V