Databases

How to Deploy Redis Cluster on Kubernetes

September 30, 2021

Redis is an in-memory data store supporting multiple abstract data structures. Redis Cluster is a set of Redis instances that automatically shards data across nodes. This tutorial shows you how to deploy a Redis Cluster on Kubernetes.

Read more

How to Check MySQL Database and Table Size

September 29, 2021

Databases and tables that reside in them grow in size. Follow this tutorial to see three different methods to check the size for a single table, database, all tables and all databases.

Read more

Complete Kibana Tutorial to Visualize and Query Data

September 16, 2021

Kibana is the user interface of the ELK stack with many querying and visualization features. Learn how to filter through the data using the Kibana Query Language (KQL) and use it to create graphs and dashboards.

Read more

Deploying MySQL on Kubernetes {Guide}

September 9, 2021

Deploying a functional database in a containerized environment can be a demanding task. This article will show you how to deploy a MySQL database instance on Kubernetes using persistent volumes, the feature that enables stateful apps to overcome the problem of the inherent transience of the K8s pods.

Read more

How to Deploy Elasticsearch on Kubernetes

September 8, 2021

The tutorial gives two examples for deploying Elasticsearch on seven dedicated pods. Learn how you can configure and create a custom Elasticsearch cluster on Kubernetes manually.

Read more

What Is a Database?

September 2, 2021

This article defines the database and the various components that make up a storage system. Learn about the history of databases, the various types that exist and where the future development of databases is headed.

Read more

How to Deploy PostgreSQL on Kubernetes

August 26, 2021

PostgreSQL is a reliable and robust relational database system featuring ACID compliant transactions. This tutorial provides two methods of PostgreSQL deployment on Kubernetes - using a Helm chart or manual configuration creation.

Read more

How to Use MySQL String Functions

August 12, 2021

MySQL string functions allow you to manipulate character string data using the SELECT statement. Learn to use MySQL string functions with this comprehensive tutorial.

Read more

How to Repair MySQL Database

August 5, 2021

A corrupt database can happen at any moment. Try some of these methods to repair your MySQL database quickly.

Read more

How to Fix 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'

August 3, 2021

MySQL is the most popular open-source relational database management system. This tutorial will help you identify and fix the cause of the 'can't connect to local MySQL server through socket' error.

Read more
1 4 5 6 7 8 15