Comment on Amazon DynamoDB TransactionsComments−psankar7yPostgresql gets native JSON support (at least since 9.2 onwards) to store schemaless free flowing text. Dynamodb gets transaction guarantees.There is globalization and intermingling happening on technology too.On a similar thought, a few years back, C# and Java got `Any` generic types, while Python/JS got static types (via python3 typings, typescript)−lozenge7yC# doesn't have an Any generic type (Foo<?> In java parlance)−manigandham7yC# can use `object` or `dynamic`:https://stackoverflow.com/questions/2690623/what-is-the-dyna...
Comments
Postgresql gets native JSON support (at least since 9.2 onwards) to store schemaless free flowing text. Dynamodb gets transaction guarantees.
There is globalization and intermingling happening on technology too.
On a similar thought, a few years back, C# and Java got `Any` generic types, while Python/JS got static types (via python3 typings, typescript)
C# doesn't have an Any generic type (Foo<?> In java parlance)
C# can use `object` or `dynamic`:
https://stackoverflow.com/questions/2690623/what-is-the-dyna...