|
|
|
|
|
by xwolfi
1360 days ago
|
|
It's a hassle to change shape in a db possibly, but have you lived through changing the shape of data in a json store where historical data is important ? You either dont care abt the past and cant read it anymore, version your writer and reader each time you realize an address in a new country has yet another frigging field, or parse each json value to add the new shape in place in your store. Json doesnt solve the problem of shape evolution, but it tempt you very strongly to think you can ignore it. |
|