Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I'd go with Maria, but that's just because it's OSS. If I didn't have to go down that route though I'd say PostgreSQL
-
Hey man , if relational databases are so great why have people been trying to replace them for so long!?!?!?
/s -
@rantsauce Yea... I was considering to switch to Maria... But want to know wether it is better...
-
@N00bPancakes yea.... I prefer nosql like MongoDB... But client still using Relational Database like MySql... So....Yea...
-
@johnmelodyme
In all seriousness it depends on use case.
I like relational, but I use others for some cases where things are moving faster / just different. -
@johnmelodyme Anything in NoSQL can be efficiently implemented in Relational database, the reverse is not true though.
-
@N00bPancakes I agree.... But I was thinking moving from MySql to MariaDB, will this be good ?
-
@theabbie sure.... But for the case like IOT , Relational Database is too complex while in NoSql just easily implemented tho. (Based on my experience)
-
@theabbie I recommend to my client but they wanted relational. So I am thinking anything other than MySql as it sucks from time to time .... (It just crash sometimes in OpenSuse, idk why)
-
@theabbie I personally I didn't use this before... Sounds like a good suggestion to try...
-
C0D4681464yMariadb is an activity developed fork of MySQL.
MariaDB is "almost" a drop in replacement for MySQL, there is some subtle differences depending on what you are doing and which version you use, but for the most part, you can mysql_dump from 1 to the other.
The real question is, do you need an RDS or does the client think they need an RDS? -
@AtuM atlassian sucks.
And they don't support anything.
MariaDB eg uses atlassian on MariaDB. XD
It works well. You just need to invest a bit of time and configuration.
I'd stay away from Oracle / MySQL.
It's just an intransparent hell.
Related Rants
MariaDB or MySQL for Relational Database?
question
mariadb
mysql
backend
database