What are the advantages of using a schema-free database like MongoDB compared to a relational database?

前端 未结 9 1811
别那么骄傲
别那么骄傲 2020-12-22 16:02

I\'m used to using relational databases like MySQL or PostgreSQL, and combined with MVC frameworks such as Symfony, RoR or Django, and I think it works great.

But la

9条回答
  •  南方客
    南方客 (楼主)
    2020-12-22 16:42

    1. MongoDB supports search by fields, regular expression searches.Includes user defined java script functions.
    2. MongoDB can be used as a file system, taking advantage of load balancing and data replication features over multiple machines for storing files.

提交回复
热议问题