更新访问次数

This commit is contained in:
LingZhaoHui 2023-01-02 23:57:48 +08:00 committed by GitHub
parent a11d188cb5
commit 1d34cd29c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 12 deletions

View File

@ -3,7 +3,7 @@
<p align="center"><a title="小令童鞋" target="_blank" href="https://github.com/zeekling/flink_book"><img src="https://img.shields.io/github/last-commit/zeekling/redis_book.svg?style=flat-square&color=FF9900"></a>
<a title="GitHub repo size in bytes" target="_blank" href="https://github.com/zeekling/redis_book"><img src="https://img.shields.io/github/repo-size/zeekling/redis_book.svg?style=flat-square"></a>
<a title="Hits" target="_blank" href="https://github.com/zeekling/hits"><img src="https://hits.b3log.org/zeekling/redis_book.svg"></a></p>
<a title="Hits" target="_blank" href="https://github.com/zeekling/hits"><img src="https://hits.b3log.org/zeekling/flink_book.svg"></a></p>
本项目用于学习Flink所做的笔记便于以后查看复习。此项目适合我这种虽然比较菜且爱学习的人学习。

View File

@ -1,5 +1,5 @@
<a title="Hits" target="_blank" href="https://github.com/zeekling/hits"><img src="https://hits.b3log.org/zeekling/redis_book.svg"></a>
<a title="Hits" target="_blank" href="https://github.com/zeekling/hits"><img src="https://hits.b3log.org/zeekling/flink_book.svg"></a>
# RocksDB 介绍

View File

@ -1,13 +1,10 @@
# 状态和CheckPoint 调优
# 反压处理
# Flink SQL 调优
<a title="Hits" target="_blank" href="https://github.com/zeekling/hits"><img src="https://hits.b3log.org/zeekling/flink_book.svg"></a>
- [Flink资源调优](./Resource.md)
- [状态和CheckPoint 调优](./CheckPoint.md)
- [反压处理](./backpress.md)
- [Flink SQL 调优]()

View File

@ -1,3 +1,6 @@
<a title="Hits" target="_blank" href="https://github.com/zeekling/hits"><img src="https://hits.b3log.org/zeekling/flink_book.svg"></a>
# 内存设置
## TaskManager 内存模型
@ -129,4 +132,3 @@ text.keyBy(XXX)
在实际的使用中,我们需要设置合理的并行度来保证数据的高效处理在一般情况下例如sourceSink等
可能会需要不同的并行度来保证数据的快速读取与写入负载等。

5
调优/backpress.md Normal file
View File

@ -0,0 +1,5 @@
<a title="Hits" target="_blank" href="https://github.com/zeekling/hits"><img src="https://hits.b3log.org/zeekling/flink_book.svg"></a>