Why "SELECT * FROM table" is NOT a read
People tend to think that a SELECT-operation is always a read. This might look obvious and make sense but does it actually hold true?
VACUUM: Managing and detecting bloat
We will explore the concept of VACUUM in PostgreSQL, its importance, and best practices for implementing effective vacuuming strategies.
Enhanced security: Logging PostgreSQL connections
Logging connections in PostgreSQL can be incredibly valuable for monitoring and troubleshooting purposes. However, that’s not all: auditing is also […]
Speeding up index creation in PostgreSQL
In this blog we are talking about indexes. Speeding up index creation in PostgreSQL is one of the main topic.
Using AI to generate data structures for PostgreSQL
In this blog I decided to show some insights into what can be done by using AI to generate data structures for PostgreSQL.
Foreign keys in PostgreSQL: Circular dependencies
In this blog Hans-Jürgen Schönig would like to tell you more about "Foreign keys and circular dependencies".
PERFORMANCE TUNING: MAX AND GROUP BY
Time series, time series analysis and alike. Unlock the potential of your Performance Tuning services. Find some tipps about how to.
Enforcing join orders in PostgreSQL
PostgreSQL handle joins & especially join orders? Internally the PostgreSQL does a good job to optimize queries but how does it really work?
PostgreSQL: Why true Open Source matters
Data oulives applications. Data matters. So does reliable and well maintained software as well. Read more about Open Source benefits.
Citus live query inspection using citus_stat_activity
How to use citus_stat_activity to get all the the information about your database shards you need at once - makes it super easy to debug.