> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-fbfa8bee.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> جدول نظامي يحتوي على معلومات عن خيارات بناء خادم ClickHouse.

# system.build_options

<div id="description">
  ## الوصف
</div>

يتضمن معلومات حول خيارات بناء خادم ClickHouse.

<div id="columns">
  ## الأعمدة
</div>

* `name` ([String](/ar/reference/data-types/index)) — اسم خيار البناء.
* `value` ([String](/ar/reference/data-types/index)) — قيمة خيار البناء.

<div id="example">
  ## مثال
</div>

```sql theme={null}
SELECT * FROM system.build_options LIMIT 5
```

```text theme={null}
┌─name─────────────┬─value─┐
│ USE_BROTLI       │ 1     │
│ USE_BZIP2        │ 1     │
│ USE_CAPNP        │ 1     │
│ USE_CASSANDRA    │ 1     │
│ USE_DATASKETCHES │ 1     │
└──────────────────┴───────┘
```
