当前位置:网站首页>Database outline
Database outline
2022-06-13 07:25:00 【Dongbei bird】
Relational database (Mysql and Oracle)
Tables and tables 、 Tables and fields 、 There is a relationship between data and data
advantage :
1. There is a relationship between the data , It is very convenient to add, delete, modify and check data
2. Relational database has transaction operation , Ensure data integrity and consistency .
shortcoming :
1. Because data and data are related , The bottom layer is running a large number of algorithms , A large number of algorithms will reduce the efficiency of the system , It can degrade performance
2. When faced with the addition, deletion, modification and query of massive data, it will be powerless
3. Massive data, data maintenance becomes very weak
Common applications :
It is suitable for processing data of general magnitude ( Bank transfers and money )
Non relational database (redis and MangDB)
In order to deal with massive data , Non relational database is designed to replace relational database at the beginning
advantage :
1. It is possible to add, delete, modify and check massive data
2. The maintenance and processing of massive data is very easy
shortcoming :
1. Data has nothing to do with data , They exist alone
2. Non relational databases have no relationship , There is no strong transactional relationship , There is no guarantee of data integrity and security
边栏推荐
- . Net code to implement get request and post request
- ISIS的vsys(虚拟系统)
- DM Experiment 6: filter replication
- C # Advanced Programming - Feature Section
- 6. system call
- Oracle problem: the data in the field is separated by commas. Take the data on both sides of the comma
- How to write an amazing design document?
- Evolution in the digital age
- Quick sort
- Raspberry school advanced development - "writing of IO port driver code" includes bus address, physical \u virtual address and bcm2835 chip manual knowledge
猜你喜欢
RT thread simulator lvgl control: slider control
Test development programmers, are you still confused? You can't define yourself as a yard farmer
Export chrome plug-ins and import local plug-ins to chrome
RT thread simulator lvgl control: switch switch button control
Lightning breakpoint continuation
Ansible PlayBook的中清单变量优先级分析及清单变量如何分离总结
Compilation and development process of Quanzhi v3s environment
RT-Thread 模拟器 simulator LVGL控件:switch 开关按钮控件
简单了解C语言基本语
基于ESP32CAM实现WebSocket服务器实时点灯
随机推荐
SDN基本概述
How is it that the income of financial products is zero for several consecutive days?
QT读取SQLserver数据库
B. I Hate 1111 (记忆化搜索 数论
9. process control
Make cer/pfx public and private key certificates and export CFCA application certificates
redis-2. Redis string type & bitmap
5xx series problem solving
号称下一代监控系统 来看看它有多牛逼
不同系统添加证书
Implementation of fruit mall wholesale platform based on SSM
Reflection of C # Foundation
10 Honest Facts I Want To Share With All Junior Developers
powerdisgner逆向生成oracle数据模型
Time field comparison time size in MySQL
Sorting of numbers and strings
How idea breaks point debugging
Tree list under winfrom treelist related
8. process status and transition
RT thread simulator lvgl control: switch switch button control