database

All posts tagged database
Posted on 26. December 2023

Full-Text Search with MySQL and Doctrine

MySQL has supported Full-Text Search (FTS) functionality for quite some time. The (FTS) capability was already introduced in MySQL version 3.23.23, which was released in September 2001, and yet I have never used it - until now.
Posted on 5. November 2023

Reduce integration test runtime while using MySQL

Integration tests are a crucial part of the software development process, ensuring that different components of your application work seamlessly together. The faster the feedback, the faster the release.

So how can we reduce the test runtime to give the engineers faster feedback and improve the CI pipeline when using MySQL or MariaDB?
Posted on 14. October 2020

Zero downtime on MySQL schema change

Have you ever deployed a feature which interrupted your application because the schema change on the MySQL database has locked the table? Then I have good news for you! There are some tools like the Percona Toolkit which can apply the operation without a downtime.
Made with ♥️ and Gatsby © 2024