(no title)
lars512 | 1 year ago
My context here is having worked in the past on a mobile health app, and recalling all the pain we had around this problem.
lars512 | 1 year ago
My context here is having worked in the past on a mobile health app, and recalling all the pain we had around this problem.
rockwotj|1 year ago
Also it's important to have a table that is used to coordinate latest version. If you make a breaking change have the client that is behind to ask the user to upgrade. You can also tie this into how long you keep the dual write/read around with a min version supported across all clients.
matlin|1 year ago
However, overtime this can naturally lead to a mess of a schema definition that has a lot of confusing names. We haven't released a solution to fix this yet but we're working on a few things that should make this less painful. For background on the various approaches, the Cambria doc is an amazing resource: https://www.inkandswitch.com/cambria/
eevilspock|1 year ago
unknown|1 year ago
[deleted]
manmal|1 year ago
eevilspock|1 year ago
robertlagrant|1 year ago