ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

To build a blog website, what is the best database to use?

user-image
تم إضافة السؤال من قبل Mai Abdel-Qader , Senior Software Engineering Manager , Bayt.com - Saudi Arabia
تاريخ النشر: 2013/06/12
Saad Nayef
من قبل Saad Nayef , IT Project Manager - Database Administrator , National Bureau of Statistics

It depends on what programming language you use.
Usually SQL Server used -but not mandatory- when ASP is used, MySQL is used when PHP is used.
MySQL and SQL Server are the most common in web-based application.
Saad,

Ubaidullah Nubar
من قبل Ubaidullah Nubar , Information Systems Consultant , Al-Ebdaa for Development

MySQL is the most common database used for blog sites. Reason being that it is optimized for read performance and on a blog site, reads from visitors occurs more frequently than writing which occurs only when a new blog is posted. PostgreSQL is also getting traction as it has more features.

المزيد من الأسئلة المماثلة