TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JSONB – Request for evaluation and comment

84 pointsby polyrandover 1 year ago

6 comments

ks2048over 1 year ago
I see that Postgres also has a binary JSON format, and also is called JSONB (<a href="https:&#x2F;&#x2F;www.postgresql.org&#x2F;docs&#x2F;current&#x2F;datatype-json.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.postgresql.org&#x2F;docs&#x2F;current&#x2F;datatype-json.html</a>), although I don&#x27;t see any specification for the details. I supposed these are unrelated. Too bad people couldn&#x27;t agree on a standard.<p>I realize in these cases, it&#x27;s mainly for internal DB use, it would seem useful to have a widely use standard. (I&#x27;m aware there are many other attempts like BSON, etc).
评论 #37839358 未加载
评论 #37839452 未加载
评论 #37839393 未加载
Syttenover 1 year ago
This is very exciting! The pace of sqlite development is suprisingly fast for a project that mature.<p>The only real type that I miss from SQLite is a native datetime. Currently each library uses a different parsing strategy and it&#x27;s a mess. I fixed the diesel (rust) implementation recently and boy was that not fun.
评论 #37839818 未加载
tonygover 1 year ago
This is actually very nice! It exposes all of the awkward areas of JSON without trying to paper over any of them, while still achieving its goals. In particular it doesn&#x27;t try to define any kind of an equivalence over JSON objects outside trivial syntactic equivalence.
tantalorover 1 year ago
Here&#x27;s a tip. If storage size and performance is your concern then don&#x27;t use JSON.
评论 #37840335 未加载
cr125riderover 1 year ago
Mongo’s BSON seems to work well in their space. Is that applicable at all here?
评论 #37840792 未加载
busymom0over 1 year ago
For those using SQLite, what&#x27;s the biggest database you have used it for?
评论 #37840923 未加载