ClickHouse/docs/en/engines/table-engines/special/null.md

14 lines
455 B
Markdown
Raw Normal View History

---
2022-08-28 14:53:34 +00:00
slug: /en/engines/table-engines/special/null
sidebar_position: 50
sidebar_label: 'Null'
---
2022-06-02 10:55:18 +00:00
# Null Table Engine
When writing to a `Null` table, data is ignored. When reading from a `Null` table, the response is empty.
:::note
If you are wondering why this is useful, note that you can create a materialized view on a `Null` table. So the data written to the table will end up affecting the view, but original raw data will still be discarded.
:::