Automating deployments with the Architecture As Code paradigm has several benefits. Let's see some of them.
Vettabase Blog
Read our expert blog with articles on MariaDB, MySQL, PostgreSQL, Cassandra and related tools & technologies.
Reducing the number of queries is important with any DBMS. There are two reasons for this: reducing the latency of applications; and reducing the workload for the database servers.
MySQL 8.0 and 5.7 follow a new release policy that exposes users to important risks. They broke compatibility with Xtrabackup (again).
SQL columns can be NULL or NOT NULL. Let's see what are the good and bad reasons to declare NULL columns.
Transactions can be read only. This article explains what read only transactions are and why we should use them when appropriate.
This article discusses how to access data from a remote table using the CONNECT storage engine, in MariaDB.
MariaDB Server Fest 2020 was a great online event for the MariaDB community. This is a review from Vettabase.
Vettabase asked the community what is the most dangerous SQL statment. Let's think a bit about it!