当前位置:网站首页>2020-08-15:什么情况下数据任务需要优化?
2020-08-15:什么情况下数据任务需要优化?
2020-11-06 21:55:00 【福大大架构师每日一题】
福哥答案2020-08-16:
知乎答案
1.数据任务执行过慢,速度不能满足报表需求,例如每小时的报表,执行时间超过1小时了,第二小时的报表任务又来了。
2.占用过多资源,跑这个任务的时候,整个集群的资源全被吃掉了,或者吃掉很多,影响了线上在线正常业务,这就非常需要优化。一般考虑先移出到其他集群,停止对线上业务的影响,之后优化。
3.数据分析准确性出了问题,例如线上业务字段增加了新的类型,例如原来的type字段只有1,2,3,现在增加了新的4,5,6,导致数据分析不够准确,这时候需要针对可能以后业务会扩展的字段类型进行优化。
版权声明
本文为[福大大架构师每日一题]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/4553401/blog/4499544
边栏推荐
- Get twice the result with half the effort: automation without cabinet
- Details of dapr implementing distributed stateful service
- 面试官: ShardingSphere 学一下吧
- (2) ASP.NET Core3.1 Ocelot routing
- StickEngine-架构12-通信协议
- 2020-09-03:裸写算法:回形矩阵遍历。
- Asp.Net Core learning notes: Introduction
- Basic usage of Vue codemirror: search function, code folding function, get editor value and verify in time
- An article will introduce you to HTML tables and their main attributes
- 华为Mate 40 系列搭载HMS有什么亮点?
猜你喜欢
The method of realizing high SLO on large scale kubernetes cluster
StickEngine-架构11-消息队列(MessageQueue)
华为Mate 40 系列搭载HMS有什么亮点?
Why is quicksort so fast?
CloudQuery V1.2.0 版本发布
Isn't data product just a report? absolutely wrong! There are university questions in this category
【学习】接口测试用例编写和测试关注点
Using an example to understand the underlying processing mechanism of JS function
An article will introduce you to HTML tables and their main attributes
2020-08-30:裸写算法:二叉树两个节点的最近公共祖先。
随机推荐
Network programming NiO: Bio and NiO
Some operations kept in mind by the front end foundation GitHub warehouse management
Introduction to the structure of PDF417 bar code system
【:: 是什么语法?】
Multi robot market share solution
What is alicloud's experience of sweeping goods for 100 yuan?
ES中删除索引的mapping字段时应该考虑的点
How to turn data into assets? Attracting data scientists
An article taught you to use HTML5 SVG tags
This project allows you to quickly learn about a programming language in a few minutes
Staying up late summarizes the key points of report automation, data visualization and mining, which is different from what you think
StickEngine-架构12-通信协议
Look! Internet, e-commerce offline big data analysis best practice! (Internet disk link attached)
Analysis of serilog source code -- how to use it
jenkins安装部署过程简记
Get twice the result with half the effort: automation without cabinet
es创建新的索引库并拷贝旧的索引库 实践亲测有效!
Zero basis to build a web search engine of its own
From overseas to China, rancher wants to do research on container cloud market
Application of restful API based on MVC