Earlier quoted context omitted.
Well, for starters Google Spanner has almost nothing to do with CRDTs. For another it would be really weird for Spanner to expose something CRDT shaped since Spanner is a strongly-consistent distributed database which depends heavily on global order and read/write locks driven by meticulously coordinated multi-site global wall-clock time and consensus groups. In some ways it's almost the opposite of what I want... wi…
Read/write locks... No, it's slightly more lazy in that that. It does timestamp coordination, but retrospectively.
Re: Writing a very fast cache service with millions of entries in Go
#91You mean except for the lock table that's maintained by every paxos leader?