Category Archives: Generic
Here are the results of a recent poll on LinkedIn and mariadb.org about the popularity of a few of the major replication features (I aggregated the results from the two sites):
What is your favorite MariaDB replication feature?
- 36% Parallel replication
- 27% Multi-source replication
- 23% Global transaction ID (GTID)
- 14% Semi-synchronous replication
I want to share some reasons why the poll results match my own thoughts on the relative importance of these features:
1. Parallel replication
Parallel replication brings a much needed performance boost to replication.
…
The day has come that you have been waiting for since the ChatGPT hype began: You can now build creative AI apps using your own data in MariaDB Server! By creating embeddings of your own data and storing them in your own MariaDB Server, you can develop RAG solutions where LLMs can efficiently execute prompts based on your own specific data as context.
Why RAG?
Retrieval-Augmented Generation (RAG) creates more accurate, fact-based GenAI answers based on data of your own choice, such as your own manuals, articles or other text corpses. RAG answers are more accurate and fact-based than general Large Language Models (LLM) without having to train or fine-tune a model.
…
Continue reading “Try RAG with MariaDB Vector on your own MariaDB data!”
In 2023, Intel launched Intel® Trust Domain Extensions (Intel® TDX), their latest Confidential Computing technology that ensures data in use protection for hardware-isolated virtual machines and verified hardware and software integrity through attestation.
In this blog post, we will show that MariaDB Server can run correctly on an Intel® TDX enabled VM and that the in-memory data is protected from outside actors, even from the host OS running the VM. By coupling Intel’s Confidential Computing technology with MariaDB Server build in data-at-rest and data-in-transit protection, customers can gain an end-to-end protected solution.
…
Continue reading “Protect your data with MariaDB Server and Intel® TDX”
Last week MariaDB was present at SuseCon, both MariaDB Foundation as well as representatives from MariaDB Plc. The MariaDB Foundation has never attended SuseCon in the past, so this was an exciting new event for us. I’ll give you my view on the event and why I think it is a great event for the Open Source Software community.
The conference motto – #choice
SUSE’s focus is not on prescribing a particular technology, rather empowering its users to make the best choice for their situation. Most products in SUSE’s line-up work with multiple distributions and multiple software platforms.
…