No Picture
DBA

InnoDB early lock release

InnoDB early lock release is a feature in MySQL 8 and higher that allows the database to release locks earlier in the transaction processing process. This helps to reduce lock contention and improve overall performance. […]

No Picture
DBA

How partition pruning improved with MySQL 8?

In MySQL 8, partition pruning has been improved to make it more efficient and flexible. Partition pruning is a performance optimization technique that helps to minimize the amount of data that needs to be scanned […]

No Picture
DBA

How NULL values in PostgreSQL affect performance?

How NULL values in PostgreSQL affect performance? NULL values in PostgreSQL can have an impact on the performance of queries and calculations, depending on how they are handled. Indexes: Indexes on columns that contain NULL [...]
No Picture
DBA

PostgreSQL Index Maintenance and Repair

PostgreSQL Index Maintenance and Repair Index maintenance and repair are important tasks that help to keep the database running at optimal performance. In PostgreSQL, there are several methods for performing index maintenance and repair: REINDEX: [...]