ClickHouse/docs/ja/guides/best-practices/avoidnullablecolumns.md
2024-11-18 11:58:58 +09:00

11 lines
336 B
Markdown

---
slug: /ja/optimize/avoid-nullable-columns
sidebar_label: Nullableカラムを避ける
title: Nullableカラムを避ける
description: Nullableカラム (例. Nullable(String)) は、別のUInt8型のカラムを作成します。
---
import Content from '@site/docs/ja/cloud/bestpractices/avoidnullablecolumns.md';
<Content />