ClickHouse/dbms
Marek Vavruša 975a7ada42 StorageMaterializedView: allow CREATE MATERIALIZED VIEW x TO y
This allows creation of materialized views without inner tables,
using an existing table for materialized rows instead.
This is useful for cases when you want to detach the materializing
view, but keep the already materialized data readable, especially
when the inner table is replicated.
2017-10-21 13:34:59 -07:00
..
benchmark
cmake Auto version update to [54300] 2017-10-16 13:49:50 +03:00
scripts
src StorageMaterializedView: allow CREATE MATERIALIZED VIEW x TO y 2017-10-21 13:34:59 -07:00
tests StorageMaterializedView: allow CREATE MATERIALIZED VIEW x TO y 2017-10-21 13:34:59 -07:00
CMakeLists.txt dbms: Fix build with clang after Poco update 2017-10-13 18:26:24 -07:00