Remove Best Practices Remove Document Remove Traffic Remove Virtualization
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. Without further ado, let’s start with the OS settings.

article thumbnail

MongoDB Security: Top Security Concerns and Best Practices

Percona

Because of its NoSQL origin and document architecture design, MongoDB is much more flexible and scalable than SQL databases such as MySQL. Encrypting traffic ensures that no one can “sniff” sensitive data on the network. As a result, typically, much more data is stored in MongoDB than in traditional SQL databases.

Insiders

Sign Up for our Newsletter

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

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. DigitalOcean specialized in SSD-based virtual machines called Droplets that are broken down into four simple categories.

Azure 187
article thumbnail

Tutorial: Guide to automated SRE-driven performance engineering

Dynatrace

Once Dynatrace sees the incoming traffic it will also show up in Dynatrace, under Transaction & Services. The best practices describes how testing tool can add an additional HTTP Header called x-dynatrace-test to each simulated request. For other tools either check out our documentation for Neoload , LoadRunner or JMeter.

article thumbnail

The Ultimate Guide to Database High Availability

Percona

High availability works through a combination of the following: No single point of failure (SPOF) : You must eliminate any single point of failure in the database environment, including physical or virtual hardware the database system relies on that would cause it to fail. there cannot be high availability. Is Planet Earth Flat?

article thumbnail

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

Percona

In both cases, when using virtually-synchronous replication, the process will require certification from each node and local (by node) write; as such, the number of writes is NOT distributed across multiple nodes but duplicated. It will also allow us to redirect read/write traffic to the primary and read-only traffic to all secondaries.

Traffic 122
article thumbnail

Setting Up and Deploying PostgreSQL for High Availability

Percona

HA in PostgreSQL databases delivers virtually continuous availability, fault tolerance, and disaster recovery. Also, in general terms, a high availability PostgreSQL solution must cover four key areas: Infrastructure: This is the physical or virtual hardware database systems rely on to run. there cannot be high availability.