Question

Now in virtuoso.db file striping is not enable. and I want to restore this data with striping functionality. there has to one way to convert data with striping.so please tell me the complete way to do this so i can convert my data.

Thanx

Was it helpful?

Solution

The approximate steps are as suggested in the documentation snippet you quoted. (It helps to include links to the source pages, when you post snippets like this -- so we [I work for OpenLink Software] can adjust content if necessary...)

  1. Dump the database, using your preferred backup method (backup_online(), +backup-dump, +crash-dump).
  2. Move/remove the existing .db file.
  3. Edit the INI file, setting striping as desired.
  4. Restore the .db from the backup .trx dump using the function appropriate to your dump (+restore-backup, +restore-crash-dump).

Exact steps for your deployment cannot be usefully provided here.

For the future -- questions specifically regarding Virtuoso are generally best raised on the Virtuoso Users mailing list, the public OpenLink Support Forums, or through a confidential Support Case.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top