“This book is on a higher level than generic software books. It explains the how's and why's of using Postgres's many feature. It is an excellent companion to the official Postgres documentation.” wrote Bruce Momjian about my book theartofpostgresql.com. You have your copy yet?
The state of the art Cardinality Estimation Algorithm called HyperLogLog is available as a @PostgreSQL extension! Read more about it at tapoueh.org/blog/2013/02/pos…
How to quickly find data matching a complex set of user provided tags, all within @PostgreSQL query engine, you may ask! In the following article we use some denormalization tricks to answer that, read more at tapoueh.org/blog/2013/10/den…
I am proud to announce release 2.0 of pg_auto_failover! With Postgres 15 support, and already in debian thanks to @df7cb amazing work.
Get started at pg-auto-failover.readthedocs… with the docs. You're looking to implement HA for Postgres? Try pg_auto_failover!
Implementing these reference architectures require a single command line per box in many cases. See the docker-compose files in the tutorials. More architectures are possible, too, with quite some flexibility!
Final tweet in that thread: see pg-auto-failover.readthedocs… if you're wondering about “a single command line per box, really?”. Yes, really. And you can reproduce that at home. The full Dockerfile and docker-compose.yml setup is provided.
Just released pgcopydb v0.9 with lots of improvements and bug fixes. See github.com/dimitri/pgcopydb/…
Thanks to @df7cb packages are already uploaded to debian and all! Maybe @DevrimGunduz is next for the RPMs?
"In @PostgreSQL Data Types: Point we did download a complete geolocation data set and normalized it, making good use of other PostgreSQL data types we’ve been learning about in the previous articles of this series." See tapoueh.org/blog/2018/05/pos… from @tapoueh