Remove Document Remove Latency Remove Storage Remove Traffic
article thumbnail

Maximizing Performance of AWS RDS for MySQL with Dedicated Log Volumes

Percona

A Dedicated Log Volume (DLV) is a specialized storage volume designed to house database transaction logs separately from the volume containing the database tables. DLVs are particularly advantageous for databases with large allocated storage, high I/O per second (IOPS) requirements, or latency-sensitive workloads.

AWS 94
article thumbnail

Compression Methods in MongoDB: Snappy vs. Zstd

Percona

Compression in any database is necessary as it has many advantages, like storage reduction, data transmission time, etc. Storage reduction alone results in significant cost savings, and we can save more data in the same space. By default, MongoDB provides a snappy block compression method for storage and network communication.

Storage 106
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

The Best Way to Host MongoDB on DigitalOcean

Scalegrid

It’s a cross-platform document-oriented database that uses JSON-like documents with schema, and is leveraged broadly across startup apps up to enterprise-level businesses developing modern apps. Azure and found that DigitalOcean performance was in line with, if not better, on both high throughput and low latency in the deployment.

Azure 187
article thumbnail

Migrating Critical Traffic At Scale with No Downtime?—?Part 2

The Netflix TechBlog

Migrating Critical Traffic At Scale with No Downtime — Part 2 Shyam Gala , Javier Fernandez-Ivern , Anup Rokkam Pratap , Devang Shah Picture yourself enthralled by the latest episode of your beloved Netflix series, delighting in an uninterrupted, high-definition streaming experience. This is where large-scale system migrations come into play.

Traffic 279
article thumbnail

Cosmos DB Persistence — Questions & Answers

Particular Software

which provides saga and outbox storage for NServiceBus endpoints that is transactionally consistent with the business data you store in Cosmos DB. Under the hood, each “record” in Cosmos DB is a JSON document with an ID and partition key that, together, define its globally unique ID. Now that it has reached version 1.0,

Azure 52
article thumbnail

MongoDB Database Backup: Best Practices & Expert Tips

Percona

The speed of backup also depends on allocated IOPS and type of storage since lots of read/writes would be happening during this process. Back up anywhere – to the cloud (use any S3-compatible storage) or on-premise with a locally-mounted remote file system It allows you to choose which compression algorithms to use.

article thumbnail

Proof of Concept: Horizontal Write Scaling for MySQL With Kubernetes Operator

Percona

This operation is quite expensive but our database can run it in a few milliseconds or less, thanks to several optimizations that allow the node to execute most of them in memory with no or little access to mass storage. It will also allow us to redirect read/write traffic to the primary and read-only traffic to all secondaries.

Traffic 122