I was using MongoDB, and responses were coming back faster than expected.
That made me curious: what’s happening under the hood?
Here’s the interesting part 👇
MongoDB doesn’t store data as plain JSON. It uses BSON (Binary JSON).
Why does that matter?
👉 JSON = text-based...