Base solution for your next web application
Open Closed

MongoDB OR NOSQL #2233


User avatar
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)
  • User Avatar
    0
    jonas452 created

    If you want so change db because of license cost. I'd suggest MariaDB. I'm using it right now.

  • User Avatar
    0
    hasan created

    How easy to change it ?

  • User Avatar
    0
    hikalkan created
    Support Team

    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.