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

后端 未结 11 858
臣服心动
臣服心动 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 22:00

    Go with whichever you're more familiar with. MySQL vs PostgreSQL is an endless war. Both of them are excellent database engines and both are being used by major sites. It really doesn't matter in practice.

提交回复
热议问题