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

后端 未结 11 871
臣服心动
臣服心动 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:41

    large database with several hundred thousand entries,

    This is not large database, it's very small one.

    I'd choose PostgreSQL, because it has a lot more features. Most significant it this case: in PostgreSQL you can use Python as procedural language.

提交回复
热议问题