Not logged in : Login |
Index Rebuild Steps Then that index and any others (comma delimited) need to be removed from the +backup-dump by adding them to the BackupIgnoreKeys parameter in the [Parameters] section of the Virtuoso config file (virtuoso.ini): [Parameters] BackupIgnoreKeys = RDF_QUAD_POGS Repeat the +backup-dump which should then complete as which time the database can be restored with the +restore-crash-dump command: virtuoso-iodbc-t +configfile virtuoso.ini +restore-crash-dump The missing index will then have to be recreated as detailed in the RDF Performance Tuning guide, thus is the case of the RDF_QUAD_POGS index the command would be: DROP INDEX RDF_QUAD_POGS ; CREATE COLUMN INDEX RDF_QUAD_POGS ON DB.DBA.RDF_QUAD (P, O, G, S) PARTITION (O varchar (-1, 0hexffff));
Attributes | Values |
---|---|
type | |
described by | |
name |
|
description |
|
schema:nextItem | |
position |
|
is topic of | |
is schema:nextItem of | |
is schema:step of |