ClickHouse/docs/ja/guides/best-practices/avoidnullablecolumns.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
336 B
Markdown
Raw Normal View History

2024-11-18 02:58:58 +00:00
---
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 />