mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
final fix
This commit is contained in:
parent
9a7849e1d7
commit
540884677e
@ -2,7 +2,7 @@ CREATE DATABASE IF NOT EXISTS db_dict;
|
||||
DROP DICTIONARY IF EXISTS db_dict.cache_hits;
|
||||
|
||||
CREATE DICTIONARY db_dict.cache_hits
|
||||
(WatchID UInt64 DEFAULT 13, UserID UInt64 DEFAULT 42, SearchPhrase String DEFAULT 'clickhouse')
|
||||
(WatchID UInt64, UserID UInt64, SearchPhrase String)
|
||||
PRIMARY KEY WatchID
|
||||
SOURCE(CLICKHOUSE(HOST 'localhost' PORT 9000 USER 'default' TABLE 'hits' PASSWORD '' DB 'test'))
|
||||
LIFETIME(MIN 1 MAX 10)
|
||||
|
Loading…
Reference in New Issue
Block a user