当前位置:网站首页>Distinguish between real-time data, offline data, streaming data and batch data
Distinguish between real-time data, offline data, streaming data and batch data
2022-07-28 06:01:00 【Programmer awei】
The length of data processing delay
Real time data processing : Millisecond level
Offline data processing : Hours or God Level
The way of data processing
Streaming data processing
Batch data processing
distinguish
In fact, real-time data processing is not the same as streaming data processing , Batch data processing is not the same as offline data processing ,
One is the way of data processing , One is the length of data processing , Don't mix it up .
Streaming data processing : One piece of data, one piece of data
Batch data processing : Buffer and accumulate a certain amount of data before data
Real time data processing : Complete data analysis or data query within seconds
Offline data processing : It takes hours or even days to complete data analysis or query
边栏推荐
猜你喜欢
随机推荐
mysql视图,存储过程与存储函数
flex弹性盒子项目属性
Flex elastic box item properties
DOM模型的相关概念和操作
CTF常见加密方式JS
话题功能实现
Hit your face ins? Mars digital collection platform explores digital collection light social networking
Community epidemic access management system based on PHP (PHP graduation design)
数据仓库工具superset安装(完全可用)
单行函数,聚合函数课后练习
第七章 单行函数
Flume installation and use
浅拷贝、深拷贝区别
接口防重复提交
南京邮电大学CTF题目writeup (一) 含题目地址
How digital library realizes Web3.0 social networking
项目不报错,正常运行,无法请求到服务
Flink CDC (Mysql为例)
数字藏品成文旅产业新热点
(php毕业设计)基于php学生作业提交管理系统获取









