Databases & Data قواعد البيانات والبيانات
Where your records actually live, and why the choice changes what the system can do.
4 terms in this categoryMongoDB قاعدة بيانات MongoDB
MongoDB is a database that keeps each record as its own flexible document, so two products can carry completely differen...
MySQL قاعدة بيانات MySQL
MySQL is the most widely used free database in the world, and it is where a website keeps its customers, orders and pric...
PostgreSQL قاعدة بيانات PostgreSQL
PostgreSQL is a free database that refuses to store anything that does not make sense, which is why it is chosen when th...
Redis قاعدة بيانات Redis
Redis is a store that keeps data in the computer's memory instead of on a disk, so the same expensive question can be an...