Write better Postgres queries with Ryan Booz at PG DATA 2026 on June 5!

In “Logging with Purpose: A Framework for Finding and Fixing Slow Queries in Postgres,” Ryan explores how to turn Postgres logging and observability into actionable performance insights 🐘

Join us: https://2026.pg-data.org/

#PGData #PGData2026 #PostgreSQL #Postgres #PerformanceTuning #Observability #SQL #DBA #OpenSource #DataEngineering

Keep your PostgreSQL databases healthy with Sukhpreet Kaur Bedi & Nazneen Jafri at PG DATA 2026 on June 5!

In “PostgreSQL Housekeeping: The Complete VACUUM Handbook,” they break down how VACUUM works, why it matters, and how to keep Postgres running efficiently 🐘

Join us: https://2026.pg-data.org/

#PGData #PGData2026 #PostgreSQL #Postgres #VACUUM #DBA #PerformanceTuning #OpenSource #DataEngineering #DatabaseMaintenance

Explore vector-powered Postgres for AI with Gleb Otochkin at PG DATA 2026 on June 4!

In “Vector data in Postgres: Size, TOAST, Filters and Performance,” Gleb dives into how PostgreSQL handles vector data for AI-driven applications 🐘

Join us: https://2026.pg-data.org/

#PGData #PGData2026 #PostgreSQL #Postgres #AI #VectorSearch #Database #OpenSource #PerformanceTuning #DataEngineering

Level up your SQL skills with Sneha Patil at PG DATA 2026 on June 4!

In “Think Like Postgres: Smart SQL Tips,” Sneha shares practical techniques for writing faster, cleaner, and more scalable SQL queries 🐘

Learn how to work with the Postgres query planner, indexes, joins, CTEs, window functions, JSONB, UPSERT, and more

Join us: https://2026.pg-data.org/

#PGData #PGData2026 #PostgreSQL #Postgres #SQL #Database #DataEngineering #OpenSource #PerformanceTuning

In part 1 of this series of 3 blog posts we introduced the specific performance challenges OpenJDK faces lowering application ‘startup’, ‘warmup’ and ‘initial footprint’ costs and provided an overview of what Leyden is doing to address those challenges. Part 2 describes how to use the new AOT capabilities offered by Leyden and presents test…...
#highperformance #Java #OpenJDK #PerformanceTuning #ProjectLeyden
https://foojay.io/today/how-is-leyden-improving-java-performance-part-2-of-3/
How is Leyden improving Java Performance? Part 2 of

How to use the AOT capabilities by Leyden and show test results which show that very significant progress has already been made.

foojay

#throwback Want to push PostgreSQL performance further? ⚡ Somdyuti Paul dives into advanced tuning with real-world demos—plan caching, GEQO, partitions, parallel queries, and index scan pitfalls. Practical insights you can apply immediately.

▶️ Watch now! https://www.youtube.com/watch?v=IPlHrUHKMY4&list=PL_m-TUcr7ZvnSBmPoxZvcB1lfy7C9eced&index=10

#PostgreSQL #PGDay #PPDD #PerformanceTuning #DatabaseOptimization

Sunday logic check: If your Power App has 500 lines of code in the "OnStart" property, you are doing it wrong. Use "App.Formulas" (Named Formulas). It loads asynchronously and speeds up your app start time by 40%.

#PerformanceTuning #PowerFX #PowerApps

Memory Subsystem Optimizations - Johnny's Software Lab

In this blog I wrote 18 blog posts about memory subsystem optimizations. By memory subsystem optimizations, I mean optimizations that aim at making software faster by better using the memory subsystem. Most of them are applicable to software that works with large datasets; but some of them are applicable to software that works with any… Read

Johnny's Software Lab
Get up to speed with profiling your Go applications 🚀! Dive into Part 1 of my pprof Quick Start series and learn how to enhance your code’s performance in just 10 minutes! 📷 Read now: https://developer20.com/pprof-part1-quick-start/ #GoLang #Profiling #DevTools #PerformanceTuning
Part 1: pprof Quick Start - Get Profiling in 10 Minutes