Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 71d40963b505df4524269198e237b3e3 > files > 859

virtuoso-opensource-doc-6.1.4-2.fc14.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
 <head profile="http://internetalchemy.org/2003/02/profile">
  <link rel="foaf" type="application/rdf+xml" title="FOAF" href="http://www.openlinksw.com/dataspace/uda/about.rdf" />
  <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
  <meta name="dc.title" content="11. Data Replication, Synchronization and Transformation Services" />
  <meta name="dc.subject" content="11. Data Replication, Synchronization and Transformation Services" />
  <meta name="dc.creator" content="OpenLink Software Documentation Team ;&#10;" />
  <meta name="dc.copyright" content="OpenLink Software, 1999 - 2009" />
  <link rel="top" href="index.html" title="OpenLink Virtuoso Universal Server: Documentation" />
  <link rel="search" href="/doc/adv_search.vspx" title="Search OpenLink Virtuoso Universal Server: Documentation" />
  <link rel="parent" href="repl.html" title="Chapter Contents" />
  <link rel="prev" href=".html" title="" />
  <link rel="next" href="SNAPSHOT.html" title="Snapshot Replication" />
  <link rel="shortcut icon" href="../images/misc/favicon.ico" type="image/x-icon" />
  <link rel="stylesheet" type="text/css" href="doc.css" />
  <link rel="stylesheet" type="text/css" href="/doc/translation.css" />
  <title>11. Data Replication, Synchronization and Transformation Services</title>
  <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" />
  <meta name="author" content="OpenLink Software Documentation Team ;&#10;" />
  <meta name="copyright" content="OpenLink Software, 1999 - 2009" />
  <meta name="keywords" content="" />
  <meta name="GENERATOR" content="OpenLink XSLT Team" />
 </head>
 <body>
  <div id="header">
    <a name="replintro" />
    <img src="../images/misc/logo.jpg" alt="" />
    <h1>11. Data Replication, Synchronization and Transformation Services</h1>
  </div>
  <div id="navbartop">
   <div>
      <a class="link" href="repl.html">Chapter Contents</a> | <a class="link" href="repl.html" title="Data Replication, Synchronization and Transformation Services">Prev</a> | <a class="link" href="SNAPSHOT.html" title="Snapshot Replication">Next</a>
   </div>
  </div>
  <div id="currenttoc">
   <form method="post" action="/doc/adv_search.vspx">
    <div class="search">Keyword Search: <br />
        <input type="text" name="q" /> <input type="submit" name="go" value="Go" />
    </div>
   </form>
   <div>
      <a href="http://www.openlinksw.com/">www.openlinksw.com</a>
   </div>
   <div>
      <a href="http://docs.openlinksw.com/">docs.openlinksw.com</a>
   </div>
    <br />
   <div>
      <a href="index.html">Book Home</a>
   </div>
    <br />
   <div>
      <a href="contents.html">Contents</a>
   </div>
   <div>
      <a href="preface.html">Preface</a>
   </div>
    <br />
   <div class="selected">
      <a href="repl.html">Data Replication, Synchronization and Transformation Services</a>
   </div>
    <br />
   <div class="selected">
      <a href="replintro.html">Introduction</a>
    <div>
        <a href="#PREFACE_SNAPSHOT" title="Snapshot replication">Snapshot replication</a>
        <a href="#PREFACE_TRX" title="Transactional replication">Transactional replication</a>
    </div>
   </div>
   <div>
      <a href="SNAPSHOT.html">Snapshot Replication</a>
   </div>
   <div>
      <a href="proctransrepl.html">Transactional Replication </a>
   </div>
   <div>
      <a href="SCHEDULER.html">Virtuoso scheduler</a>
   </div>
   <div>
      <a href="replexamples.html">Transactional Replication Example</a>
   </div>
   <div>
      <a href="replsample.html">Replication Logger Sample</a>
   </div>
    <br />
  </div>
  <div id="text">
<a name="replintro" />
    <h2>11.1. Introduction</h2>
<p>Virtuoso provides several replication methods:</p>

  <a name="PREFACE_SNAPSHOT" />
    <h3>11.1.1. Snapshot replication</h3>
  Virtuoso provides the following flavors of snapshot replication:
  <ul>
      <li>
    <p>Non-incremental snapshot replication</p>
    <p>Non-incremental snapshot replication is useful when the data
    is changed infrequently or when data is modified in large portions
    at a time.
    </p>
  </li>
      <li>
    <p>Incremental snapshot replication</p>
    <p>Incremental snapshot replication is useful when
    the data is changed frequently and implements incremental
    updates using a snapshot log.</p>
  </li>
      <li>
    <p>Bi-directional snapshot replication</p>
    <p>Bi-directional snapshot replication allows data to be modified
    on both publisher and subscribers. This  is useful 
     read-write access to the replicas is needed.</p>
  </li>
    </ul>
  <div class="note">
      <div class="notetitle">Note:</div>
  <p>Snapshot replication can be used in heterogeneous environments
  to set up replication between non-Virtuoso databases.</p>
  </div>
<br />

  <a name="PREFACE_TRX" />
    <h3>11.1.2. Transactional replication</h3>
  <p>Transactional replication allows subscribers to receive data
  in near-real time. ACID properties of transactions are maintained
  in transactional replication as well. Virtuoso implements the following
  flavors of transactional replication:
  <ul>
        <li>
    <p>Ordinary transactional replication</p>
    <p>Ordinary transactional replication flavor implements one-way data
    replication and is useful when data can be modified on only one server
    with other servers participating in replication providing read-only
    data access.</p>
  </li>
        <li>
    <p>Bi-directional transactional replication</p>
    <p>Bi-directional transactional replication is useful when there is
    a requirement to allow data updates on multiple servers.</p>
  </li>
      </ul>
  </p>
<br />
<table border="0" width="90%" id="navbarbottom">
    <tr>
        <td align="left" width="33%">
          <a href="repl.html" title="Data Replication, Synchronization and Transformation Services">Previous</a>
          <br />Contents of Data Replication, Synchronization and Transformation Services</td>
     <td align="center" width="34%">
          <a href="repl.html">Chapter Contents</a>
     </td>
        <td align="right" width="33%">
          <a href="SNAPSHOT.html" title="Snapshot Replication">Next</a>
          <br />Snapshot Replication</td>
    </tr>
    </table>
  </div>
  <div id="footer">
    <div>Copyright© 1999 - 2009 OpenLink Software All rights reserved.</div>
   <div id="validation">
    <a href="http://validator.w3.org/check/referer">
        <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" />
    </a>
    <a href="http://jigsaw.w3.org/css-validator/">
        <img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" height="31" width="88" />
    </a>
   </div>
  </div>
 </body>
</html>