article thumbnail

Site-Speed Topography

CSS Wizardry

When first working on a new site-speed engagement, you need to work out quickly where the slowdowns, blindspots, and inefficiencies lie. Any time you run a test with WebPageTest, you’ll get this table of different milestones and metrics. Note the bottom row shows me the Standard Deviation of the tests’ results. Gathering Data.

Speed 292
article thumbnail

Speeding Up Restores in Percona Backup for MongoDB

Percona

When you do a database restore, you want to have it done as soon as possible. And the database is unusable until the restore is done. Bringing physical backups in Percona Backup for MongoDB (PBM) was a big step toward the restoration speed. Our tests showed physical database restores up to 5x faster than the logical ones.

Speed 79
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

Keep Your Database Secure With Percona Advisors

Percona

The definition of Percona Advisors by ChatGPT is the following: Percona Advisors can help organizations implement robust security measures to protect their databases and sensitive data. So it is only for debugging and testing purposes. With PMM API you can easily automate database compliance checks with your existing CICD pipelines.

Database 106
article thumbnail

How to Monitor Your MySQL Database Restore Progress

Percona

Restoring a MySQL database backup is a crucial task that can sometimes be time-consuming, especially for large databases. Linux native Input/Output (I/O) statistics Pipe viewer utility By following these approaches, we can effectively monitor the restoration process and manage your MySQL database restoration efficiently.

article thumbnail

The Speed of Time

Brendan Gregg

A Cassandra database cluster had switched to Ubuntu and noticed write latency increased by over 30%. top(1) showed that only the Cassandra database was consuming CPU. Measuring the speed of time Is there already a microbenchmark for os::javaTimeMillis()? This will slow this test a little.)

Speed 126
article thumbnail

Backup and Recovery for Databases: What You Should Know

Percona

Data powers everything, and unlike coal and coal combustion, data and databases aren’t going away. In this blog, we’ll focus on the elements of database backup and disaster recovery, and we’ll introduce proven solutions for maintaining business continuity, even amid otherwise dire circumstances.

article thumbnail

How To Scale a Single-Host PostgreSQL Database With Citus

Percona

Rather than listing the concepts, function calls, etc, available in Citus, which frankly is a bit boring, I’m going to explore scaling out a database system starting with a single host. In order to speed up the benchmark indexes must be added. Rebalancing the shards across the two nodes.

Database 107