|
|
|
|
|
by nomel
1043 days ago
|
|
You get JSONB with postgres, which, to me, is a significant difference. This means you can indexing by key/value, access keys directly, without parsing the whole json string, etc. For my use case, JSONB support completely killed most NoSQL solutions. |
|