当前位置:网站首页>Classification of databases
Classification of databases
2022-06-13 07:29:00 【Zhao JC】
Mysql The classification of
What is a database
database ( DataBase , abbreviation DB )
- Concept : Data warehouse , Keep it in a computer for a long time , Organized , A collection of large amounts of data that can be shared , It's a number “ Warehouse ”
- effect :
Save the data, And can be safe Management data ( Such as : Add, delete, change, check, etc ), Reduce redundant …
Database classification
Relational database ( SQL )
- MySQL , Oracle , SQL Server , SQLite , DB2 , …
- Relational database establishes the relationship between tables through foreign key Association
Non relational database ( NOSQL )
- Redis , MongoDB , …
- Non relational databases usually refer to data stored in the database as objects , The relationship between objects is determined by the Attribute to determine
What is? DBMS
Database management system ( DataBase Management System )
Database management software , Scientific organization and storage of data , Get and maintain data efficiently
Many applications operate databases through database management software .

INNODB The engine and MYISAM engine
INNODB engine (MySQL The default engine ): High safety , Transaction processing , Multi table multi-user operation
MYISAM engine : Save space , Faster

边栏推荐
猜你喜欢

Make cer/pfx public and private key certificates and export CFCA application certificates

Precautions for passing parameters with byte array

Considerations for using redis transactions

对绘制丘岭密度图ridge plot的详细说明、重叠核密度估计曲线overlapping densities、FacetGrid对象、函数sns.kdeplot、函数FacetGrid.map

redis-2. Redis string type & bitmap

Micro isolation (MSG)

Learning notes of balanced binary tree -- one two pandas

基于ESP32CAM实现WebSocket服务器实时点灯

平衡二叉树学习笔记------一二熊猫

redis-0. Introduction to redis and NiO principle (random talk)
随机推荐
Oracle problem: the data in the field is separated by commas. Take the data on both sides of the comma
redis-0. Introduction to redis and NiO principle (random talk)
DM Experiment 6: filter replication
Tidb data migration (DM) Introduction
Try to use renderdoc to view the shader code of UE
9. process control
B. I Hate 1111 (记忆化搜索 数论
Priority analysis of list variables in ansible playbook and how to separate and summarize list variables
25个国内外文献数据库
平衡二叉树学习笔记------一二熊猫
基于ESP32CAM实现WebSocket服务器实时点灯
Questions about ETL: io trino. jdbc. TrinoDriver
Ticdc synchronization task
全志V3S环境编译开发流程
不同系统添加证书
Implementation of fruit mall wholesale platform based on SSM
RT-Thread 模拟器 simulator LVGL控件:slider 控件
简单了解C语言基本语
About database: pgadmin4 editing SQL window
关于c#委托、事件相关问题