IO, IO, the lack of it makes us slow.
An investigation into the performance tipping point
An investigation into the performance tipping point
A problem about lack of grip, not lack of power, with a 230x speed improvement and code simplification.
We’ve open sourced a simple library we use for timing code executions, with CLI shortcuts.
If your external systems need to know when data changes in your database, then you need Change Data Capture. This approach is typical of larger PostgreSQL systems.
If your external systems need to know when data changes in your database, then you need Change Data Capture. Here we outline a simple way of detecting changes and notifying the application server of said changes using PostgreSQL’s LISTEN and NOTIFY.