article thumbnail

What is infrastructure monitoring and why is it mission-critical in the new normal?

Dynatrace

IT infrastructure is the heart of your digital business and connects every area – physical and virtual servers, storage, databases, networks, cloud services. This shift requires infrastructure monitoring to ensure all your components work together across applications, operating systems, storage, servers, virtualization, and more.

article thumbnail

The Power of Cosmos DB Comes to NServiceBus

Particular Software

If you are already using Cosmos DB to store your business data, you no longer need to use a different storage technology to store your NServiceBus saga data. How does this compare with Azure Storage Persistence? For a scenario of 1,000 sagas, we’ve seen a 30% performance increase using Cosmos DB over Table Storage.

Azure 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

RPC vs. Messaging – which is faster?

Particular Software

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. If you did such a benchmark, here’s an incomplete picture you might end up with: Graph of microbenchmark showing RPC is faster than messaging.

article thumbnail

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

Percona

Inadequate CPU, memory, or storage can lead to bottlenecks and performance degradation, so remedying these issues involves upgrading hardware or optimizing resource utilization through query and server configuration adjustments. Avoid over-indexing, which can bloat storage and slow writes. This does not apply to read (SELECT) traffic.

Tuning 52
article thumbnail

PostgreSQL Performance Tuning: Optimizing Database Parameters for Maximum Efficiency

Percona

Hardware optimization : You need to ensure that the CPU, memory, and storage components meet the performance requirements of the database workload. PostgreSQL performance optimization is an ongoing process involving monitoring, benchmarking, and adjustments to maintain high-performing PostgreSQL databases.

Tuning 52
article thumbnail

Is It a Read Intensive or a Write Intensive Workload?

Percona

Let’s examine the TPC-C Benchmark from this point of view, or more specifically its implementation in Sysbench. The illustrations below are taken from Percona Monitoring and Management (PMM) while running this benchmark. Analyzing read/write workload by counts.

article thumbnail

The Ultimate Guide to MySQL Partitions

Percona

Otherwise, the storage engine does a scatter-gather and queries ALL partitions in a UNION that is not concurrent. Watch this on-demand webinar from Percona to learn how! This method distributes data evenly across partitions to achieve balanced storage and optimal query performance. Want to ensure a successful MySQL 5.7