Live data from Hacker News

NewSQL overview

slideshare.net

11–20 of 37 posts

Re: NewSQL overview

#11

Is there any open-source/free newsql db ?

With the recent SQL-like query language, I think Cassandra comes pretty close to satisfying the requirements as well, as long as you don't require multi-key transactions.

Re: NewSQL overview

#18

The first time I ran into the NewSQL terminology was when I checked out CockroachDB: https://github.com/cockroachdb/cockroach 'A Scalable, Geo-Replicated, Transactional Datastore' written in Go, influenced by Google's Spanner.

The first time I ran into the NewSQL term was several years ago with VoltDB [0].

[0] http://voltdb.com/

Re: NewSQL overview

#20

The first time I ran into the NewSQL terminology was when I checked out CockroachDB: https://github.com/cockroachdb/cockroach 'A Scalable, Geo-Replicated, Transactional Datastore' written in Go, influenced by Google's Spanner.

There's an interesting presentation on cockroachdb https://www.youtube.com/watch?v=MEAuFgsmND0
Post reply on HN