mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
471 B
471 B
toc_priority | toc_title |
---|---|
38 | Null |
Null Table Engine
When writing to a Null
table, data is ignored. When reading from a Null
table, the response is empty.
!!! info "Hint"
However, 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.