Remove Best Practices Remove Servers Remove Storage Remove Webinar
article thumbnail

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

Percona

Reduced Resource Usage Optimizing resource-intensive queries and configurations can lead to a reduced burden on your server. An improperly configured server may not allocate sufficient resources or be optimized for the specific workload. MySQL relies heavily on the availability of hardware resources to perform at its best.

Tuning 52
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. What is PostgreSQL performance tuning?

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

MongoDB Best Practices: Security, Data Modeling, & Schema Design

Percona

In this blog post, we will discuss the best practices on the MongoDB ecosystem applied at the Operating System (OS) and MongoDB levels. We’ll also go over some best practices for MongoDB security as well as MongoDB data modeling. A setting of 100 determines it to swap aggressively to disk.

article thumbnail

What is function as a service? App development gets FaaS and furious

Dynatrace

Cloud providers then manage physical hardware, virtual machines, and web server software management. This code is then executed on remote servers in response to an event, such as users interacting with functional web elements. Infrastructure as a service (IaaS) handles compute, storage, and network resources.

article thumbnail

A Tutorial on MongoDB Sharding With Best Practices & When To Enable It

Percona

Learn more: View our webinar on How to Scale with MongoDB. Sharding in MongoDB is a technique used to distribute a database horizontally across multiple nodes or servers, known as “shards.” Sharding enables horizontal scaling, where more servers or nodes are added to the cluster to handle increasing data and user demands.

article thumbnail

Exploring PostgreSQL Backup Strategies for Enterprise-Grade Environments

Percona

Having a backup strategy in place that takes regular backups and has secure storage is essential to protect the database in an enterprise-grade environment to ensure its availability in the event of failures or disasters. WALs in PostgreSQL are similar to transaction log files in the InnoDB storage engine for MySQL.

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