diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-15 16:25:33 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-15 16:25:33 +0200 |
commit | 7ea7a77aab64ea61d9966caee2b8e7d33d0f5526 (patch) | |
tree | 6f568bc3721c33c1d1d1dd7bdcbbd33002cda232 /docs/resource.md | |
parent | 2101028966186fb0a18acc8fe1d80d710445f00a (diff) | |
download | sink-7ea7a77aab64ea61d9966caee2b8e7d33d0f5526.tar.gz sink-7ea7a77aab64ea61d9966caee2b8e7d33d0f5526.zip |
Docs
Diffstat (limited to 'docs/resource.md')
-rw-r--r-- | docs/resource.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/resource.md b/docs/resource.md index 847831d..bba4dbb 100644 --- a/docs/resource.md +++ b/docs/resource.md | |||
@@ -4,9 +4,9 @@ The resource consists of: | |||
4 | * a plugin providing the client-api facade | 4 | * a plugin providing the client-api facade |
5 | * a configuration setting up the filters | 5 | * a configuration setting up the filters |
6 | 6 | ||
7 | # Syncronizer | 7 | # Synchronizer |
8 | * The synchronization can either: | 8 | * The synchronization can either: |
9 | * Generate a full diff directly on top of the db. The diffing process can work against a single revision, and could even stop writing other changes to disk while the process is ongoing (but doesn't have to due to the revision). It then generates a necessary changeset for the store. | 9 | * Generate a full diff directly on top of the db. The diffing process can work against a single revision/snapshot (using transactions). It then generates a necessary changeset for the store. |
10 | * If the source supports incremental changes the changeset can directly be generated from that information. | 10 | * If the source supports incremental changes the changeset can directly be generated from that information. |
11 | 11 | ||
12 | The changeset is then simply inserted in the regular modification queue and processed like all other modifications. | 12 | The changeset is then simply inserted in the regular modification queue and processed like all other modifications. |