canmove, Confirmed users
1,173
edits
(Dumping in thoughts.) |
No edit summary |
||
Line 10: | Line 10: | ||
* Sessions. The client has a concept of beginning and ending a sync, with some expectation of consistency within a session -- for example, that nobody else will be racing to write to meta/global while we upload items. Client behavior could be simplified (e.g., eliminating race-reduction handling) and made more robust if sessions were explicit. | * Sessions. The client has a concept of beginning and ending a sync, with some expectation of consistency within a session -- for example, that nobody else will be racing to write to meta/global while we upload items. Client behavior could be simplified (e.g., eliminating race-reduction handling) and made more robust if sessions were explicit. | ||
** Related - moving away from millisecond timestamp precision | |||
* Cross-collection operations. | * Cross-collection operations. |