|
|
|
|
|
by pdeva1
2474 days ago
|
|
the db doesnt guarantee linearizability (assuming clock skew). even the post says stale counters values can be read. Doesn't that mean that following use cases are not possible: 1. keeping count of page views
2. vote count per ticket/post
3. like/dislike counts per entity
a reason to use highly scalabale db like Yuga would be to keep such counts. |
|