
Chi utilizza MariaDB?
MariaDB è la spina dorsale dei servizi, su cui fanno affidamento numerose imprese e privati ogni giorno. Il 75% delle aziende Fortune 500 utilizza MariaDB.
Cos'è MariaDB?
MariaDB libera le aziende dai costi, dai vincoli e dalla complessità dei database proprietari. I motori di archiviazione collegabili e appositamente progettati supportano casi d'uso transazionali, analitici o ibridi. Le aziende possono ora dipendere da un unico database completo per tutte le proprie esigenze, sia sull'hardware proprietario che sul cloud di loro scelta. Numerose grandi imprese si affidano a MariaDB.
Dettagli su MariaDB
MariaDB
https://mariadb.com



Panoramica dei prezzi di MariaDB
MariaDB non dispone di un piano gratuito e non offre una versione di prova gratuita.
Versione gratuita
No
Prova gratuita
No
Implementazione e assistenza di MariaDB
Assistenza
- Assistenza diretta 24 ore su 24
Implementazione
- Installazione eseguita - Mac
- Cloud, SaaS, Web
- Installazione eseguita - Windows
Formazione
- Di persona
- Live Online
- Webinar
- Documentazione
Caratteristiche di MariaDB
Software per il monitoraggio del database
Il fornitore non ha dato informazioni di questo tipo.
Visualizza l'elenco completo di Software per il monitoraggio del database
Software per la gestione del database
- Accesso da dispositivi mobili
- Analisi della performance
- Backup e ripristino
- Controllo accessi/Autorizzazioni
- Conversione del database
- Migrazione di dati
- NOSQL
- Relazionale
- Replica di dati
- Supporto di più linguaggi di programmazione
- Virtualizzazione
Visualizza l'elenco completo di Software per la gestione del database
Software per load balancing
Il fornitore non ha dato informazioni di questo tipo.
Le migliori alternative a MariaDB
Altre alternative a MariaDBRecensioni su MariaDB
Leggi tutte le recensioniValutazione complessiva
Punteggio medio

Cindy C.
-
Valutazione complessiva5 /5
-
Facilità d'uso5 /5
-
Caratteristiche e funzionalità5 /5
-
Assistenza clienti5 /5
-
Rapporto qualità-prezzo5 /5
-
Consigliato
- Fonte della recensione
- Data della recensione: 5/11/2019
"MariaDB Review"
Commenti: My overall experience with MariaDB has been very favorable. I like the clustering features a lot, and it's built in already, which is awesome since it saves me time. I like that I can export my entire database in to MariaDB, be it a little hard to figure out at first but once you get the hang of it you will do better with it the next time round.
Vantaggi: What I like most about MariaDB is that if you know how to use MySQL then you will definitely know how to use MariaDB! With some added functionality and features it is much faster and it is pretty stable to use. The database is free to use, but lightweight in comparison to my sequel so it's perfect for starter to medium sized projects.
Inconvenienti: What I like least about MariaDB is that you will definitely need some guidance at first if you are not already familiar with this kind of software, especially when it comes to things like creating a new cluster. If you do run into a snag though the MariaDB community is very helpful and usually answer quick if you need a few pointers. There are also tons of forums and help guides you can refer to if need be.
- Fonte della recensione
- Data della recensione: 5/11/2019

Eljakim S.
-
Valutazione complessiva4 /5
-
Facilità d'uso5 /5
-
Caratteristiche e funzionalità5 /5
-
Assistenza clientiNessuna recensione
-
Rapporto qualità-prezzo5 /5
-
Consigliato
- Fonte della recensione
- Data della recensione: 22/10/2019
"MariaDB as a drop in replacement for MySQL just works"
Commenti: We use it to store all of our data.
Vantaggi: It is so much faster than MySQL, especially when we alter the table structure of large tables it just works so much faster. The built in clustering features work quite well as well.
Inconvenienti:
Starting a cluster is annoying. It's not overly hard, but you have to remember the statements. It would be a lot better if the startup script would say 'cannot attach to cluster, start a new one?' or something similar.
Despite the speed, we have had a couple of crashes where we could not startup the server. This has never happened to our MySQL servers, so that was a surprise. It may have been a specific 10.2 version on Ubuntu, because on our 18.04LTS servers this has not happened again.
Performance of the cluster when using INSERT IGNORE statements with 100,000s of records that are all duplicates is a lot slower than on MySQL.
- Fonte della recensione
- Data della recensione: 22/10/2019

Malith P.
-
Valutazione complessiva4 /5
-
Facilità d'uso3 /5
-
Caratteristiche e funzionalità4 /5
-
Assistenza clienti2 /5
-
Rapporto qualità-prezzo4 /5
-
Consigliato
- Fonte della recensione
- Data della recensione: 13/12/2018
"Cool DB for free"
Commenti: I have used this database for few applications i have created.
Vantaggi: This database works well with a large amount of data and it can execute large SQL queries with ease. And the accuracy and speed is high compared to other databases. Also the security of this database is high.
Inconvenienti: The interfaces on MariaDB is not so user friendly and hard to handle. And it is hard to implement relational queries on the MariaDB database.
- Fonte della recensione
- Data della recensione: 13/12/2018
Joshua R.
-
Valutazione complessiva5 /5
-
Facilità d'uso3 /5
-
Caratteristiche e funzionalità5 /5
-
Assistenza clienti4 /5
-
Rapporto qualità-prezzo5 /5
-
Consigliato
- Fonte della recensione
- Data della recensione: 14/11/2020
"Best DB on the Market"
Commenti: I use it for a gaming server where we have tables for items, characters, etc. It's perfect for our use, easy to use, and has never crashed or failed yet.
Vantaggi: More languages supported than MySQL and more functions. I also love that it's open source and totally free.
Inconvenienti: It can be difficult to setup for 1st time users, especially the server. But once it's setup, it's easy to use with a client like HeidiSQL.
- Fonte della recensione
- Data della recensione: 14/11/2020

Rob B.
-
Valutazione complessiva4 /5
-
Facilità d'uso4 /5
-
Caratteristiche e funzionalità4 /5
-
Assistenza clienti4 /5
-
Rapporto qualità-prezzo4 /5
-
Consigliato
- Fonte della recensione
- Data della recensione: 14/12/2019
"MariaDB a good RDBMS"
Commenti: We want to be able to migrate data in our training from a H2 (flat file) database to an RDBMS enviroment that can be shared among multiple servers. Furthermore we want a simple command line where we can use easy commands to create and manipulate data. MariaDB offers all that.
Vantaggi:
MariaDB is our personal choice for the RDBMS in our training environment. it is simple to setup on linux as well as windows and is leightweigth yet performant. it starts quickly and does not take up too much space on disk.
I use mainly the terminal interface doing simple commands from the mysql command line. I like the fact that it is compatible with mysql (of which it is of course a fork). When i want to have a graphical overview of the databases and tables i use a separate tool called DBeaver to show the ERD and look at the tables.
Most of the time we work with a limited number of database records, but also have a complete dataset of all registered vehicles nationally (16+ million records) which is also performing. All within of course our training environment.
Inconvenienti: There is nothing I really dislike about it. It performs well, we can use it without incurring cost and it performs and is stable.
- Fonte della recensione
- Data della recensione: 14/12/2019