ClickHouse/docs/en/operations/table_engines/null.md
2020-03-20 13:10:48 +03:00

334 B

Null

When writing to a Null table, data is ignored. When reading from a Null table, the response is empty.

However, you can create a materialized view on a Null table. So the data written to the table will end up in the view.

Original article