MySQL vs PostgreSQL? Which should I choose for my Django project?

后端 未结 11 875
臣服心动
臣服心动 2020-11-30 21:27

My Django project is going to be backed by a large database with several hundred thousand entries, and will need to support searching (I\'ll probably end up using djangosear

11条回答
  •  情歌与酒
    2020-11-30 21:43

    For whatever it's worth the the creators of Django recommend PostgreSQL.

    If you're not tied to any legacy system and have the freedom to choose a database back-end, we recommend PostgreSQL, which achives a fine balance between cost, features, speed and stability. (The Definitive Guide to Django, p. 15)

提交回复
热议问题