Not logged in : Login
(Sponging disallowed)

About: Step 2     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : schema:HowToStep, within Data Space : linkeddata.uriburner.com:28898 associated with source document(s)

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));

AttributesValues
type
described by
name
  • Step 2
description
  • 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): <pre> [Parameters] BackupIgnoreKeys = RDF_QUAD_POGS </pre> Repeat the <code>+backup-dump</code> which should then complete as which time the database can be restored with the +restore-crash-dump command: <code> virtuoso-iodbc-t +configfile virtuoso.ini +restore-crash-dump </code> 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: <pre> 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)); </pre>
schema:nextItem
position
is topic of
is schema:nextItem of
is schema:step of
Faceted Search & Find service v1.17_git149 as of Dec 03 2024


Alternative Linked Data Documents: iSPARQL | ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3332 as of Jan 29 2025, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (378 GB total memory, 16 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2025 OpenLink Software