~whynothugo/pimsync#179: 
singlefile storage

claws-mail can read a single vcf file with multiple contacts.

Implement vdirsyncer's singlefile storage for this use case and similar ones.

Status
REPORTED
Submitter
~whynothugo
Assigned to
No-one
Submitted
a month ago
Updated
a month ago
Labels
0:missing-feature 3:pimsync 3:vstorage

~whynothugo a month ago

Hugo Osvaldo Barrera referenced this ticket in commit 83e37c0.

~whynothugo a month ago

Hugo Osvaldo Barrera referenced this ticket in commit a106823.

~whynothugo a month ago

Currently, write operations are expected to complete immediately. This could be a problem for the singlefile storage, because each create_item or update_item has to re-serialise the entire collection. This will likely lead to performance issues.

That said, an initial experimental version can simply have the performance overhead, and we can deal with that separately.

Register here or Log in to comment, or comment via email.