当前位置:网站首页>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
边栏推荐
- How to solve the 404 problem
- FTP_ Manipulate remote files
- Upgrade the project of log4j to log4j2
- C language: how to give an alias to a global variable?
- c#高級編程-特性篇
- Ticdc introduction
- 理财产品连续几天收益都是零是怎么回事?
- Fundamentals of assembly language: register and addressing mode
- socket编程2:IO复用(select && poll && epoll)
- 10. process communication
猜你喜欢
Distributed transaction learning (I) preliminary understanding
RT thread simulator lvgl control: button button event
Data desensitization tool advance tool Datamask
Problems encountered during commissioning of C # project
Compilation and development process of Quanzhi v3s environment
redis-7. Redis master-slave replication, cap, Paxos, cluster sharding cluster 02
It's called the next generation monitoring system. Let's see how awesome it is
Priority analysis of list variables in ansible playbook and how to separate and summarize list variables
[log4j2 log framework] sensitive character filtering
Real time lighting of websocket server based on esp32cam
随机推荐
socket编程2:IO复用(select && poll && epoll)
【splishsplash】重复输出splashsurf的脚本
Detailed description of drawing ridge plot, overlapping densities of overlapping kernel density estimation curve, facetgrid object and function sns Kdeplot, function facetgrid map
Un des backtraders du cadre de quantification lit l'analyseur
How worker threads in the thread pool are recycled
不同系统添加证书
Sharp weapon tcpdump
Problems encountered during commissioning of C # project
[vivefocus uses the wavevr plug-in to obtain handle operation events]
redis-4. Redis' message subscription, pipeline, transaction, modules, bloom filter, and cache LRU
DM Experiment 6: filter replication
Priority analysis of list variables in ansible playbook and how to separate and summarize list variables
SDN基本概述
An example of CSRF attack defense in web application scenarios
[log4j2 log framework] sensitive character filtering
Calculate running total / running balance
C语言:如何给全局变量起一个别名?
EF core execute SQL statement
A. Vacations (DP greed
Learning notes of balanced binary tree -- one two pandas