Discover PostgreSQL How-Tos |
Written by Nikos Vaggalis | |||
Monday, 16 December 2024 | |||
A veritable treasure trove of assorted how-to recipes for PostgreSQL, stored as a Github repository, has been started by Nikolay Samokhvalov, well known in the PostgreSQL world. While PostgreSQL docs are awesome, they often lack practical pieces of advice, a situation that these how-tos try to remedy. Given his 20+ years of database experience, Samokhvalov is well-positioned to share his advice to help out other PostgreSQL users and also aims to use the how-tos as a constant feed to his employer's Postgres.ai system. Looking at the recipes themselves and as evident by the following sample listing, we find that they are addressed to PostgreSQL admins, who with their aid can find out how to:
At the moment of writing there's 92 recipes, but the listing is being continuously updated with new ones, the most recent written 4 months ago. Nikolay's goal is to create at least 365 posts. Going through some of Nikolay's notes you can sense his years of experience being infused into his writings. For instance in "How to find redundant indexes", he first explains what such an index is :
Then goes on to explain why you should even attempt to clean them up before showing how to find them. Or in "How to add a CHECK constraint without downtime" he first explains why adding CHECK constraints can be helpful:
before going adding them. The rest of the recipes follow along this line. However in case you don't feel like going through the listing manually but instead want to ask questions, there's now a custom GPT made called #PostgresMarathon that is fine tuned on this recipes based knowledge base. In any case, no matter which option you'll go for, what's certain is that at some point in time you'll find the trove very handy. More InformationRelated ArticlesThe PostgreSQL Extension Repo By Pigsty
To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |
|||
Last Updated ( Monday, 16 December 2024 ) |