flink_book/README.md

16 lines
935 B
Markdown
Raw Normal View History

2022-12-31 12:09:16 +00:00
# 简介
2023-01-01 09:09:26 +00:00
<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>
2022-12-31 12:09:16 +00:00
2023-01-01 09:09:26 +00:00
本项目用于学习Flink所做的笔记便于以后查看复习。没有在Redis源码中直接写注释的原因时源码太多了学习成本有点高不适合我这种虽然比较菜但是爱学习的人学习。
2022-12-31 12:09:16 +00:00
2023-01-01 09:09:26 +00:00
# 内存调优
2022-12-31 12:09:16 +00:00
2023-01-01 09:09:26 +00:00
- [内存等资源调优](./调优/Resource.md)
- [状态和CheckPoint 调优](./调优/CheckPoint.md)
- Flink SQL 调优
2022-12-31 12:09:16 +00:00