Found 1343 bookmarks
Custom sorting
Maximizing Microservice Databases with Kubernetes, Postgres, and CloudNativePG
Maximizing Microservice Databases with Kubernetes, Postgres, and CloudNativePG
Explore the transformative synergy of CloudNativePG, an operator bridging PostgreSQL and Kubernetes. This article reveals how this open-source stack liberates organizations from vendor lock-in, fostering a seamless microservice database environment and elevating innovation, operational efficiency, and velocity.
·gabrielebartolini.it·
Maximizing Microservice Databases with Kubernetes, Postgres, and CloudNativePG
Last Updated Columns With Postgres
Last Updated Columns With Postgres
In many applications it’s a requirement to keep track of when a record was created and updated the last time. Often, this is implemented by having columns such as created_at and updated_at within each table. To make things as simple as possible for application developers, the database itself should take care of maintaining these values automatically when a record gets inserted or updated.
·morling.dev·
Last Updated Columns With Postgres
What’s new in the Postgres 16 query planner / optimizer
What’s new in the Postgres 16 query planner / optimizer
Postgres 16 introduces quite a few improvements to the query planner and makes many SQL queries run faster than they did on previous versions of PostgreSQL. This post is a deep dive into 10 of the improvements, including code blocks and comparisons of query plan output between Postgres 15 & Postgres 16.
·citusdata.com·
What’s new in the Postgres 16 query planner / optimizer
UUID Benchmark War
UUID Benchmark War
This month’s PGSQL Phriday #015 topic is about UUIDs, hosted by Lætitia Avrot. Lætitia has called for a debate. No, no, no. I say let’s have an all-out war. A benchmark war. I have deci…
·ardentperf.com·
UUID Benchmark War
FerretDB
FerretDB
A truly Open Source MongoDB alternative, built on Postgres FerretDB allows you to use MongoDB drivers seamlessly with PostgreSQL as the database backend. Use all tools, drivers, UIs, and the same query language and stay open-source.
·ferretdb.com·
FerretDB