This repository has been archived on 2024-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
clickhouse-study/bad/README.md
zeekling 213761b07c 更新readme (#5)
修改点:
- 添加基本目录
- 添加编译命令
2023-06-01 15:48:07 +00:00

12 lines
237 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

本章列举对ClickHouse性能有影响的操作主要从存储、查询方面来讲。
# 存储相关
## Nullable
使用`Nullable`类型会对性能产生负面影响,在设计数据库的时候要避免使用`Nullable`。