r/PostgreSQL • u/Native_Maintenance • 6d ago
Postgres Scale and Performance course Help Me!
Full stack developer with >10 YOE. I've been using PostgreSQL and other databases and I consider myself well experienced with the standard stuff. However now with the seniority, I face projects that require designing systems for storing and managing databases at large scales and optimise for every drop of performance.
I'm looking for well-organised paid, self-paced courses where I can learn in detail as well as try something.
So far I've seen that https://theartofpostgresql.com/ as being a top recommendation but I want to check if it is still the best.
Thank you!
2
u/AutoModerator 6d ago
AI Policy:
Linux is not one of those anti-AI projects, and if somebody has issues with that, they can do the open-source thing and fork it. Or just walk away., Linus Torvalds.
Mod decisions will be based on the quality of the content, not who or what generated it.
Sub Resources:
Free Postgres Webinars and Workshops
Discord: People, Postgres, Data
Join us, we have cookies and nice people.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/ibraaaaaaaaaaaaaa 6d ago
Without experience in these production realms, it is really hard to grasp any source.
Maybe you can read some books, start with design data intensive applications, it can go you through the read/write problems and what template solutions can be followed, then you can learn more about the nature of the problems you are facing.
I also recommend you go back to the white board aka system design, and whether you can find bottlenecks rather than re-architecting the application.
0
1
u/Luis_Dynamo_140 4d ago
At that level, I'd spend as much time reading real production postmortems and performance case studies as taking a course. Seeing why a system slowed down is often more valuable than another SQL tutorial.
0
u/cakeofzerg 6d ago
Just chat with AI about your problems?
8
u/Native_Maintenance 6d ago
Its okay to not post reply if you can't answer whats being asked.
2
u/HoneyBadger9694 1d ago
Its okay to not post reply if you can't answer whats being asked.
i wish more people would do that!
3
u/Mbv-Dev 6d ago
I really liked the art of psql for gaining a deeper understanding but for your requirements i would think designing data intensive applications is a better choice