Within the spectrum of so-called "NewSQL" databases, there are basically two kinds:<p>* ones built on top of a mature relational database (e.g. Vitess, CitusDB)<p>* ones built on top of some custom or unproven KV store (e.g. TiDB, CockroachDB, NuoDB)<p>Ultimately, despite claims of benchmarks/elegance/MySQL not being web scale enough, I'm unsure if (at least in the immediate future) it's a wise move to do the latter. Solutions that use a proven storage engine seem like an easier pill to swallow.