当前位置:网站首页>2020-08-15: under what circumstances should data tasks be optimized?
2020-08-15: under what circumstances should data tasks be optimized?
2020-11-06 21:55:00 【Fuda Dajia architect's daily question】
Fogo's answer 2020-08-16:
Know the answer
1. Data task execution is too slow , The speed can't meet the report requirement , For example, hourly reports , Execution time exceeded 1 Hour , The report task of the next hour came again .
2. Taking up too much resources , When you run this mission , The resources of the whole cluster have been consumed , Or eat a lot , Affect the normal online business , This requires optimization . It is generally considered to move out to other clusters first , Stop the impact on online business , Optimization after .
3. There's something wrong with the accuracy of the data analysis , For example, new types of online business fields have been added , For example, the original type The fields are only 1,2,3, Now a new one has been added 4,5,6, This leads to inaccurate data analysis , At this time, it is necessary to optimize the field types that may be extended in the future .
版权声明
本文为[Fuda Dajia architect's daily question]所创,转载请带上原文链接,感谢
边栏推荐
- 递归、回溯算法常用数学基础公式
- Vue communication and cross component listening state Vue communication
- Countdown | 2020 PostgreSQL Asia Conference - agenda arrangement of Chinese sub Forum
- Take you to learn the new methods in Es5
- ES6 learning notes (4): easy to understand the new grammar of ES6
- Message queue - Analysis
- Js数组-数组的用法全在这里(数组方法的重构、数组的遍历、数组的去重,数组的判断与转换)
- 小熊派开发板实践:智慧路灯沙箱实验之真实设备接入
- [learning] interface test case writing and testing concerns
- 移动端像素适配方案
猜你喜欢
【涂鸦物联网足迹】物联网基础介绍篇
Why is the LS command stuck when there are too many files?
Exclusive interview of guests at | 2020 PostgreSQL Asia Conference: Wang Tao
2020-09-04:函数调用约定了解么?
实用工具类函数(持续更新)
How to start the hidden preferences in coda 2 on the terminal?
2020-09-09:裸写算法:两个线程轮流打印数字1-100。
Flink's datasource Trilogy: direct API
Detect certificate expiration script
Understanding formatting principles
随机推荐
Points to be considered when deleting mapping field of index in ES
C and C / C + + mixed programming series 5 - GC collaboration of memory management
html+ vue.js Implementing paging compatible IE
How to prepare for the system design interview
Utility class functions (continuous update)
消防器材RFID固定资产管理系统
MRAM高速缓存的组成
Open source a set of minimalist front and rear end separation project scaffold
Understanding formatting principles
An article will take you to understand CSS3 fillet knowledge
谷歌浏览器实现视频播放加速功能
Count the number of project code lines
The essence of transaction and the principle of deadlock
应用层软件开发教父教你如何重构,资深程序员必备专业技能
2020-08-14:数据任务的执行引擎用的哪些?
迅为iMX6开发板-设备树内核-menuconfig的使用
Unity performance optimization
2020 database technology conference helps technology upgrade
2020-08-20:GO语言中的协程与Python中的协程的区别?
2020-08-29:进程线程的区别,除了包含关系之外的一些区别,底层详细信息?