if I have no preference between mysql or postgresql, what is the better option to use with prisma? I understand mysql is the first DB used with prisma but does it mean it's more stable?
j
Julien C.
08/05/2019, 10:48 AM
tbh we’ve seen a performance drop once we migrated from MySQL to PostgreSQL. It might be related to the complexity of our schema (90+ types), but I’d advised to go with MySQL if you have no preference.
j
Jo
08/05/2019, 3:28 PM
We are using MongoDb and works fine as well
c
Chad H
08/05/2019, 4:28 PM
@Julien C. Thanks. May I ask what version of MySQL you are using?