logoalt Hacker News

paulryanrogers05/15/20251 replyview on HN

The non-B JSON can take up less space on disk and less write time complexity.


Replies

panzi05/15/2025

I wonder if its just used in a query like that if the generated data structure is only in memory anyway and then serialized to JSON to send to the client. I.e. JSON VS JSONB would not make any difference?