ClickHouse/docs/en/table_engines/null.rst
2017-04-27 23:16:22 +03:00

7 lines
233 B
ReStructuredText

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.