|
|
|
|
|
by gcbirzan
451 days ago
|
|
> Consistency: Partial. We ensure data validity through our conflict resolution strategies, but we don't support multi-key constraints or referential integrity. That's not what consistency means in ACID. > Durability: Yes. Our persistence model allows for tunable durability guarantees with corresponding performance trade-offs. > ~600ns p50 for writes with disk persistence I'm pretty sure there's no durability there. That statement is pretty disingenuous in itself, but it'd be nice to see a number for durability (which, granted, is not something you advertise the product for). My main concern is that all these speed benefits are going to be eclipsed by the 0.5ms of network latency. |
|