No Picture
DBA

Tuning Linux for PostgreSQL

Tuning Linux for PostgreSQL Tuning Linux for PostgreSQL performance can involve several steps. Here are some general steps to take: Optimize kernel parameters: Make sure the kernel is configured for optimal performance for PostgreSQL. This [...]
No Picture
DBA

How data files are managed in InnoDB?

How data files are managed in InnoDB? In InnoDB, data files are managed using a combination of data dictionary tables and system tablespace files. Data dictionary tables: InnoDB stores metadata about the database, such as [...]
No Picture
DBA

Troubleshooting Galera Cluster for performance

Troubleshooting Galera Cluster for performance Galera Cluster is a popular solution for achieving high availability and scalability in MySQL and MariaDB databases. However, as with any distributed system, there can be performance issues that arise [...]
No Picture
DBA

Find When was a table last changed in MySQL?

Find When was a table last changed in MySQL? In MySQL, you can use the information_schema.tables table to determine when a table was last changed. The information_schema.tables table contains metadata about all tables in the [...]