by Federico Razzoli | Apr 13, 2024 | MariaDB
Querying a remote REST API directly from the database: does it sound like pure madness? Some people will surely answer that yes, it does. So, first of all, let me spend a paragraph to show some great benefits of doing so. Then I’ll show you how to query a REST...
by Richard Bensley | Mar 20, 2024 | MariaDB, ColumnStore
The 27th is fast approaching but you can still signup to our live webinar where we will be exploring the benefits of time series data using MariaDB ColumnStore. We will be jumping into a live demo with some example data and queries simulating high volume time series...
by Federico Razzoli | Oct 11, 2023 | MariaDB Features
This month I attended Monty’s talk about Catalogs at MariaDB Server Fest 2023 in Helsinki. He described this nice feature, which is still under development, and how it will work. But when he talked about the use cases, I was under the impression that catalogs have...
by Federico Razzoli | Aug 8, 2023 | MariaDB, MySQL
MariaDB and MySQL support several storage engines. See MariaDB and MySQL storage engines: an overview for a discussion about existing MariaDB and MySQL storage engines. Here we’ll see how to work with them. We’ll see how to obtain information about storage...
by Federico Razzoli | Jul 26, 2023 | MySQL InnoDB, MariaDB Storage Engines
MySQL was the first DBMS to introduce the concept of storage engines in the early 2000s. This was one of its main features. Later, MariaDB extended the storage engine API and included some storage engine maintained by third parties as part of its official...