Internals of PostgreSQL
interdb.jp
Internals of PostgreSQL
1–10 of 26 posts
Re: Internals of PostgreSQL
#2Re: Internals of PostgreSQL
#3Does anyone know if something like this exists for other popular DBs?
Re: Internals of PostgreSQL
#4http://www.interdb.jp/blog/pgsql/pg_pacemaker_01/
Which in turn lead me to
https://github.com/gocardless/our-postgresql-setup
And in turn to a fifteen minute talk titled “Zero-downtime Postgres upgrades”
https://www.youtube.com/watch?v=SAkNBiZzEX8
Which was interesting and informative IMO.
After watching that one I was lead further via the YouTube suggested videos to a 45 minute talk titled “Tuning PostgreSQL for High Write Loads”
https://www.youtube.com/watch?v=xrMbzHdPLKM
Which I liked a lot as well.
I think anyone who came here because they are interested in the subject of the OP link might be interested in watching these videos.
Though disclaimer of course: These videos told me things I didn’t know about scaling PostgreSQL, because there is a lot I don’t know about that. But if you already know a lot about that then of course these videos might not be so interesting to you.
Re: Internals of PostgreSQL
#5Following the link to the blog of the author I found a blog post titled “postgres cluster management system in GoCardless” http://www.interdb.jp/blog/pgsql/pg_pacemaker_01/ Which in turn lead me to https://github.com/gocardless/our-postgresql-setup And in turn to a fifteen minute talk titled “Zero-downtime Postgres upgrades” https://www.youtube.com/watch?v=SAkNBiZzEX8 Which was interesting and informative IMO. After…
Re: Internals of PostgreSQL
#6http://www.dba-oracle.com/art_so_undoc_parms_p2.htm
PostgreSQL, however, has none of these limitations.
Re: Internals of PostgreSQL
#7Does anyone know if something like this exists for other popular DBs?
Re: Internals of PostgreSQL
#8This is the thing I love about PostgreSQL, you can find out everything about the database. Oracle is ridiculous - they have something of the range of over a thousand hidden parameters, query tuning their CBO is somewhat of a black art and can change between point releases, and leads to articles like the following: http://www.dba-oracle.com/art_so_undoc_parms_p2.htm PostgreSQL, however, has none of these limitations.
Re: Internals of PostgreSQL
#9This is the thing I love about PostgreSQL, you can find out everything about the database. Oracle is ridiculous - they have something of the range of over a thousand hidden parameters, query tuning their CBO is somewhat of a black art and can change between point releases, and leads to articles like the following: http://www.dba-oracle.com/art_so_undoc_parms_p2.htm PostgreSQL, however, has none of these limitations.
Re: Internals of PostgreSQL
#10Does anyone know if something like this exists for other popular DBs?
The Inside SQL Server series by Microsoft Press is pretty impressive.
[1] https://www.sqlserverinternals.com/publications/
[2] https://www.amazon.com/gp/product/0735658560/ref=as_li_tl?ie...