|
|
|
|
|
by why-el
1750 days ago
|
|
I don't know if anybody from CockroachDB is reading this but their article[1] on serializable transactions is somewhat questionable, as it compares CockroachDB's Serializable to Postgres's Read Committed, which seems to imply CockroachDB is better. Of course, Postgres has serializable as well. The only novelty in the article is that Cockroach DB runs Serializable by default, so I am not sure what that comparison was doing. [1] https://www.cockroachlabs.com/docs/stable/demo-serializable.... |
|