-
The complicated retry/ack dance between WA and CA is meant to ensure the proper sequencing of status writes. A more straightforward way to accomplish this would be to use CRDTs as per Kuhn and Allen …
-
probably the most painful thing about learning a new editor is making a destructive mistake. Also, leaving focus on the editor while a cat is near the keyboard.
There's a number of approaches, but I'…
-
It would be great to restore to previous versions. A user recommended we use a conflict-free replicated data type (CRDT), perhaps with [swarm](https://github.com/gritzko/swarm).
A few history-relat…
-
Along the same lines of `caf::duration`, we need a `caf::timestamp` that captures a clock-independent representation of absolute time. As with the chrono library, the timestamp can use a `caf::duratio…
mavam updated
8 years ago
-
On June 1st there's Decentralizes & Encrypted: https://medium.com/@BlueYard/join-the-people-working-on-upgrading-the-internet-decentralized-encrypted-7ff2b6ac1f8#.1cjgr0qtc
The evening of the 1st, St…
ghost updated
8 years ago
-
Some users will want to edit a document when offline, and then when they go online resync.
OT's allow this to work, since they are not dependent on time / vector clocks. Like CRDT they are commutative…
-
Storing events in an order that is consistent with their causal relationship can be inefficient. When giving up causal storage order, Eventuate must re-order events before delivering them in order to …
-
Super long term, maybe not even practical, but perhaps we could see a syncing mechanism similar to [Ensembles](http://www.ensembles.io). Ensembles is really great for syncing, and as of now it would …
-
For the record everything from 1.4.x but Search appears to be completely compatible. Possible riak.conf setup issue, checking into it soon.
TODO:
- ~~Data type ops~~ - Completed.
- Yokuzuna ops
- ~~R…
-
I have a 4-node cluster, everything is ok.
But search returns me more than 1 document
like
```
In [32]: [svc.client.fulltext_search('documents', '_yz_rk:SOMEKEY')['num_found'] for s in range(10)]
Out…