This project benchmarks end-to-end full-text search over a document-shaped dataset using PostgreSQL 18 (built-in full-text search with a GIN index on a tsvector column) versus Elasticsearch. Important ...
A clear sign that benchmarking is afoot. Testing many combinations of disk, connection count, and I/O concurrency configs in Postgres 17. Blog coming soon.
With the Postgres 18 beta1 release around the corner (Thursday this week), we decided its time to do some testing and benchmarking! In today's blog post I did a deep dive into the new Asynchronous I/O ...
IMPORTANT: cnp-bench must be run in a staging or pre-production environment. Do not use cnp-bench in a production environment, as it might have catastrophic consequences on your databases and the ...