Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Databases

MariaDB 10 Released, Now With NoSQL Support 103

noahfecks (2379422) writes "Version 10 of the most famous fork of MySQL MariaDB has been released. Its developers said that is many times faster than MySQL, also claiming that its replications slaves are crash free. More details of this release can be found on the blog."
This discussion has been archived. No new comments can be posted.

MariaDB 10 Released, Now With NoSQL Support

Comments Filter:
  • by AndrewFenn ( 1449703 ) on Monday March 31, 2014 @11:40AM (#46621827)

    I've tried out MariaDB specifically, the Galera Cluster many times and found it to be very lacking. The default Debian repos just seem broken and have been for a long time according to the bug reports i've read. Apart from the broken packages the fact that the documentation is very lacking and dotted all over the place has put me off. After MariaDB I moved on to Percona's implementation which comes with working packages and good documentation.

  • by gbjbaanb ( 229885 ) on Monday March 31, 2014 @12:57PM (#46622759)

    no idea, but I know Postgresql has had JSON columns [postgresql.org] for a while now, so you get the benefit of 'typeless' data storage (ie a blob of JSON data) and all the benefit of relational data if you want it (as its just another column).

    MariaDB did it differently [mariadb.org], merging Cassandra as a storage back-end, and "dynamic columns' so you can have different columns of data per row in a table. (and you can get all the dynamic column data out as a JSON blob).

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...