|
|
|
|
|
by tlarkworthy
1455 days ago
|
|
I spoke at HYTRADBOI too! https://www.hytradboi.com/2022/creating-a-wire-compatible-fi... > Consistency-wise Convex supports full serializability. As discussed elsewhere both Firebase DBs too and also provide clients with a causally consistent snapshots too, so you are not actually adding anything over the Firebase offering. Firebase has optimistic updates too and can use clientside persistent storage (I think convex has just an in-memory cache at the moment). > e.g., having to fetch a list of posts first before knowing which post ids to fetch comments for. Yes this does perform badly. Though this type of join is also an IO hog on a relational DB too, just it's not so visible. |
|