|
|
|
|
|
by hahahahhaah
154 days ago
|
|
Seen people tripped up with dynamodb like stores, especially when they have a misleading sql interface like Azure tables. You cant be "agile" with them, you need to design your data storage upfront. Like a system design interview :). Just use postgres (or friends) until you are webscale. Unless you really have a problem amenible to key/value storage. |
|
Interesting to hear now that the opinion is the opposite.