Remove Benchmarking Remove Design Remove Speed Remove Webinar
article thumbnail

RPC vs. Messaging – which is faster?

Particular Software

Sometimes developers only care about speed. Why RPC is “faster” It’s tempting to simply write a micro-benchmark test where we issue 1000 requests to a server over HTTP and then repeat the same test with asynchronous messages. But that’s just a micro-benchmark and doesn’t tell you the whole story. Messaging doesn’t do that.

article thumbnail

PostgreSQL Performance Tuning: Optimizing Database Parameters for Maximum Efficiency

Percona

PostgreSQL performance optimization aims to improve the efficiency of a PostgreSQL database system by adjusting configurations and implementing best practices to identify and resolve bottlenecks, improve query speed, and maximize database throughput and responsiveness. Why is PostgreSQL performance tuning important?

Tuning 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

How we achieved 5X faster pipeline execution by removing closure allocations

Particular Software

The less Gen 0 allocation used, the more speed can be squeezed out of the message handling pipeline, which ultimately means more speed for our users. With this simple change, we’ve seen 5 times more throughput in the raw pipeline execution benchmarks and all allocations that previously occurred due to closures are gone. ??

Lambda 98
article thumbnail

MySQL Performance Tuning 101: Key Tips to Improve MySQL Database Performance

Percona

Enhanced User Experience Whether you operate an e-commerce platform, a content management system, or any other application reliant on MySQL, users will notice and appreciate the improved speed and responsiveness. These issues often arise from suboptimal query design, missing or ineffective indexes, or dealing with large datasets.

Tuning 52
article thumbnail

The Ultimate Guide to MySQL Partitions

Percona

If you don’t have well-designed and small columns for this composite primary key, it could enlarge all of your secondary indexes. Watch this on-demand webinar from Percona to learn how! Each partition holds data that falls within a specific range, optimizing data handling and query speed. Additionally, MySQL 8.0