mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 10:22:10 +00:00
11 lines
336 B
Markdown
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 />
|