MariaDB – meet your new database server and its founder
- 18:30 Meet & Greet
- 19:00 The blazing-fast native MariaDB Vector
- 19:30 Pizza Time!
- 20:00 Building AI First applications with MariaDB Server & Vector Search
- 20:30 How to replace proprietary databases like Oracle with MariaDB and save millions
- 21:00 Fireside talks with Monty & Co. “How to make money in Open Source”
And, of course we wrap up with a traditional shot of Finnish black vodka.
Downloading and getting started with MariaDB
Choosing the right Storage Engine
Below are a few examples of the provided storage engines and here you can find a more detailed documentation:
- InnoDB – The default storage engine for generic purposes, transactional.
- Spider – Uses partitioning to provide data sharding through multiple servers.
- ColumnStore – Utilizes a massively parallel distributed data architecture and is designed for big data scaling to process petabytes of data.
- MyRocks – enables greater compression than InnoDB, as well as less write amplification giving better endurance of flash storage.
- S3 – a read-only storage engine that stores its data in Amazon S3.
Migration to MariaDB
Here you will find relevant information about the migration processes as well as important details to keep track of:
- From Oracle
- From MySQL
- From SQL Server
- From PostgreSQL
- This playlist on YouTube covers the topic in detail along with DBS Bank’s migration journey from Oracle
Contributions
Contributions can take many forms, from code and testing use-cases to documentation and packaging. Check out our tutorials on how to get started with contributing to MariaDB and open source projects in general.
MariaDB Vector
Vector documentation on the Knowledge Base.
A builtin vector search capability – presentation slides