NewSQL databases fail to guarantee consistency and I blame Spanner
dbmsmusings.blogspot.com
NewSQL databases fail to guarantee consistency and I blame Spanner
1–10 of 319 posts
Re: NewSQL databases fail to guarantee consistency and I blame Spanner
#2Re: NewSQL databases fail to guarantee consistency and I blame Spanner
#3Re: NewSQL databases fail to guarantee consistency and I blame Spanner
#4Re: NewSQL databases fail to guarantee consistency and I blame Spanner
#5I'm the author of that post. I'm happy to respond to comments on the post on this thread for the next several hours. You can also leave comments on the post itself, and I will respond there at any time.
Re: NewSQL databases fail to guarantee consistency and I blame Spanner
#6I'm the author of that post. I'm happy to respond to comments on the post on this thread for the next several hours. You can also leave comments on the post itself, and I will respond there at any time.
Re: NewSQL databases fail to guarantee consistency and I blame Spanner
#7Re: NewSQL databases fail to guarantee consistency and I blame Spanner
#8I'm the author of that post. I'm happy to respond to comments on the post on this thread for the next several hours. You can also leave comments on the post itself, and I will respond there at any time.
I've only ever worked on small projects so I'm not at all familiar with these very high-scale distributed databases but from the post it seems to indicate that Spanner is in a league of its own because it integrated hardware into the mix where the others are software only. What are the differences in scale between the two categories mentioned?
To answer your question about scale: there is no real practical difference in scalability between the two categories discussed in the post. Partitioned consensus has better theoretical scalability, but I am not aware of any real-world workload that can not be handled by global consensus with batching.
Re: NewSQL databases fail to guarantee consistency and I blame Spanner
#9In case you're wondering : this is a very worthwhile read.