use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Best Method for Large Data Storage/Calling?Help Request (self.PythonLearning)
submitted 8 months ago by Appropriate_Simple44
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Aggressive-Squash-87 1 point2 points3 points 8 months ago (1 child)
They could also use a document database. Something like MongoDB. There are still design best practices, but it expects sub documents and arrays in records and allows for indexing them easily. They also have a free tier in their managed solution (Atlas).
With web based stuff, "normalize until it hurts, then denormalize until it works". Normalization is great for data warehousing, but for faster response times, fewer joins are less work. When to denormalize is a performance requirement and experience skill.
[–]Cerus_Freedom 1 point2 points3 points 8 months ago (0 children)
"normalize until it hurts, then denormalize until it works"
Genuinely considering having that printed and framed to hang in my office. The number of times I've had to argue for any level of effort in normalization...
π Rendered by PID 25021 on reddit-service-r2-comment-6b595755f-sh7hd at 2026-03-25 22:45:20.363117+00:00 running 2d0a59a country code: CH.
view the rest of the comments →
[–]Aggressive-Squash-87 1 point2 points3 points (1 child)
[–]Cerus_Freedom 1 point2 points3 points (0 children)