Update 02908_filesystem_cache_as_collection.sql

This commit is contained in:
Kseniia Sumarokova 2023-11-10 13:27:28 +01:00 committed by GitHub
parent b0addc66a8
commit 2d46340803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
-- Tags: no-fasttest
CREATE NAMED COLLECTION IF NOT EXISTS cache_collection_sql AS path = 'collection_sql', max_size = '1Mi';
DROP TABLE IF EXISTS test;
CREATE TABLE test (a Int32, b String)