mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 20:12:02 +00:00
Update 02908_filesystem_cache_as_collection.sql
This commit is contained in:
parent
b0addc66a8
commit
2d46340803
@ -1,3 +1,5 @@
|
|||||||
|
-- Tags: no-fasttest
|
||||||
|
|
||||||
CREATE NAMED COLLECTION IF NOT EXISTS cache_collection_sql AS path = 'collection_sql', max_size = '1Mi';
|
CREATE NAMED COLLECTION IF NOT EXISTS cache_collection_sql AS path = 'collection_sql', max_size = '1Mi';
|
||||||
DROP TABLE IF EXISTS test;
|
DROP TABLE IF EXISTS test;
|
||||||
CREATE TABLE test (a Int32, b String)
|
CREATE TABLE test (a Int32, b String)
|
||||||
|
Loading…
Reference in New Issue
Block a user