Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
benatkin
4 months ago
|
parent
|
context
|
favorite
| on:
Show HN: 10 teams are racing to build a pivotal tr...
BSON. Massive duplication of object keys in requests and responses at least.
Also reminds me of tnetstrings and Bencode.
victor106
4 months ago
[–]
> BSON. Massive duplication of object keys in requests and responses at least.
Can you expand on this, please? Why is BSON bad?
benatkin
4 months ago
|
parent
[–]
Duplication of keys like
name
and
address
in {"name": "Test", "address": "1234 Main St."} - it will have name and address in each record, whereas in SQL it isn't in the data, although it's in the queries.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Also reminds me of tnetstrings and Bencode.