On Tue, Apr 14, 2015 at 12:24:22PM -0400, Gang Fu wrote:

> We want to copy a large virtuoso db from one server to another in
> different location. We cannot copy single 500 GB db file, which is
> slow and unstable.  So we want to break the db files in different
> segments. I have tried with virtuoso striping: each segment has 20
> GB, and in total we have over 25 segments.

What issue are you seeing with transferring a 500GB file?
Transferring one 500GB file should not be significantly slower than
transferring 25x 20GB files.

If you are concerned about a transfer interruption, you could use
rsync.  rsync has options to resume a failed transfer.

Alternatively, you could use the Linux/Unix "split" command to split
the one large file into a bunch of smaller files.

Or you could use the commercial version of virtuoso with built-in
replication.

- Morty

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to