204
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 26 Sep 2023
204 points (97.7% liked)
Technology
59366 readers
1360 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
All of Sony only contains 6000 files? I always thought they were a giant multinational, who knew Sony was just two guys running the operation out of their apartment?
All the user data is stored in a single json blob
Lmao could you even imagine? Gigabytes of json ๐
Imagine parsing that ๐
No need to imagine. A lot of dump (map data, user data, etc) can reach the gigabytes and terabytes and are done in JSON. Good tools will stream the data and filter it anyway (like jq). You donโt need the whole file in memory.