Remove Infrastructure Remove Storage Remove Traffic Remove White Paper
article thumbnail

Setting Up and Deploying PostgreSQL for High Availability

Percona

No single point of failure (SPOF): If the failure of a database infrastructure component could cause downtime, that component is considered an SPOF. 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.

article thumbnail

Total Cost of Ownership and the Return on Agility - All Things.

All Things Distributed

An apples to apples comparison of the costs associated with running various usage patterns on-premises and with AWS requires more than a simple comparison of hardware expense versus always-on utility pricing for compute and storage. s a summary chart of the TCO analysis. What this chart summarizes is that. t need them.

AWS 118
article thumbnail

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

Percona

Since MongoDB usually works with a replica set, it is possible to increase this parameter to get better performance: # edit /etc/mongod.conf storage: journal: enabled: true commitIntervalMs: 300 WiredTiger cache For dedicated servers, it is possible to increase the WiredTiger(WT) cache. By default, it uses 50% of the memory + 1 GB.