Y
Hacker News
new
|
ask
|
show
|
jobs
by
overcast
3100 days ago
I mean, the JSON support in PostgreSQL is pretty freaking awesome now. Beyond the sharding, what are your few good reasons?
1 comments
CodesInChaos
3100 days ago
One thing I'd like to see in postgres is support for a superset of json, such as timestamps or binary data inside a json document.
Replication and failover don't look so great in postgres either.
link
hiram112
3100 days ago
Whenever I store binary data as text, I just base64 encode it and convert on the client.
link
Replication and failover don't look so great in postgres either.