0
Hasan created
Guys
We are using ASP.net zero for a SAAS APPLICATION CALLED DINECONNECT
ITS CURRENTLY USED BY 15 customers and DB SIZE Is already reached 8GB
Just thinking of introducing NoSql DB like Mongo
Do you hve any sugrsstion ?
Thanks
3 Answer(s)
-
0
If you want so change db because of license cost. I'd suggest MariaDB. I'm using it right now.
-
0
How easy to change it ?
-
0
Hi Hasan,
If you are asking it for HD space, you can use db per tenant approach or use SQL server features to create partitions. We think on introducing mongodb, yes. But mongodb has it's own constraints too (like no transaction) and may not fit to AspNet Zero well. It's on our long term road map.