Press Release: Severalnines' Multi-Cloud, Full-Ops Database Management Provides Extra Protection for Disaster Recovery
The multi-cloud approach for databases, despite being harder to manage, is growing in popularity as it helps architect against failure and mitigates the risk of cloud lock-in. STOCKHOLM, August 31, 2020 (Newswire.com) - Multi-cloud databases have...
The Benefits of Running Your Own Private DBaaS
Your organization is in a place where you are considering different options to quickly deploy your databases. Maybe you have multiple internal customers in product teams that want to be able to setup their environments...
Video: Database Disaster Recovery with ClusterControl
This past week we debuted a series of videos on database disaster recovery. From basic backup and restore, to switchover & failover, to full cluster-to-cluster replication, these videos show how ClusterControl offers you end-to-end protection...
Things to Consider When Building an Internal or Private DBaaS
In one of the previous blogs we discussed a possible DBaaS environment built with ClusterControl as the deployment and management platform for the databases. Today we would like to take a closer look at that...
Building Your Own Private DBaaS with ClusterControl
As we explained in one of our blogs, DBaaS are powerful tools for the users that require a database for their purposes. This can be a developer that spins up database clusters for their applications,...
Press Release: Severalnines Cluster-to-Cluster Replication Provides Peace of Mind With Multi-Cloud Disaster Recovery
Organizations around the world were unprepared for COVID-19's impact. Severalnines helps companies stay prepared when crisis strikes with their end-to-end disaster recovery solutions. If the COVID-19 pandemic has shown us anything, it’s that it is...
Comparing MariaDB Enterprise Backup to ClusterControl Backup Management
MariaDB Enterprise Backup is a backup solution from MariaDB Corporation with a number of features such as non-blocking backups, full backup, incremental backup, partial backup and Point in Time Recovery. We often get questions about...
Tips for Monitoring MariaDB Replication with ClusterControl
MariaDB replication is one of the most popular high availability solutions for MariaDB and widely used by top companies like Booking.com and Google. It is very easy to set up, with some trade-offs on the...
Comparing MariaDB Server to MariaDB Cluster
MariaDB Server and MariaDB Cluster are open source products powered by the MariaDB Corporation. MariaDB Server is one of the most popular relational databases, it was originally forked from MySQL server. MariaDB Cluster is a...
Deploying MariaDB Replication for High Availability
MariaDB Server offers asynchronous and synchronous replication. It can be set up to have a multi-source replication or with a multi-master setup. For a read and write intensive application, a master-slave setup is common, but...
Using the MariaDB Audit Plugin for Database Security
There are different ways to keep your data safe. Practices such as controlling database access, securing configuration, upgrading your system, and more are part of database security. It is even possible that you have security...
An Overview of Caching for PostgreSQL
Most OLTP workloads involve random disk I/O usage. Knowing that disks (including SSD) are slower in performance than using RAM, database systems use caching to increase performance. Caching is all about storing data in memory...