#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

Discover the art of performance tuning with Daniel Witkowski! He emphasises the importance of efficient coding over saving cloud costs. After all, a 30% saving in the cloud means nothing if your code wastes 1000x more. Insightful read!

#CodingEfficiency #PerformanceTuning #CloudSavings

https://foojay.io/today/the-art-of-performance-tuning-why-saving-30-in-the-cloud-means-nothing-if-your-code-wastes-1000x-more/

The Art of Performance Tuning: Why Saving 30% in the Cloud Means Nothing if Your Code Wastes 1000× More

foojay is the place for all OpenJDK Update Release Information. Learn More.

foojay
Preparing for the .NET 10 GC (DATAS) - .NET Blog

Learn how DATAS in .NET 10 adapts heap size, what changes to expect versus previous Server Garbage Collection (GC) behavior, and how to decide whether to tune or disable it.

.NET Blog

3 warning signs your SQL Server needs help:

⚡ CPU constantly >80%
⚡ Reports take minutes or hours
⚡ Users keep saying: “It’s slow again!”

👉 Get your free 30-min Health Check: https://www.sqlpassion.at/free-sql-server-health-check

#SQLServer #DBA #PerformanceTuning

Free 30‑Minute SQL Server Health Check – SQLpassion

Application Insights Code Optimizations for .NET Apps - .NET Blog

Learn how Application Insights Code Optimizations helps .NET developers identify performance bottlenecks and get AI-powered recommendations through GitHub Copilot integration.

.NET Blog
How to Slow Down a Program? And Why it Can Be Useful.

Making programs slower can be useful to find...

Memory optimizations to reduce CPU costs

Imagine that you are given the following task, with a file like this:Name,Department,Salary,JoinDate John Smith,Marketing,75000,2023-01-15 Alice Johnson,Fi...

Ayende @ Rahien