CREATE TABLE empty_strings (s String) ENGINE = Log; INSERT INTO empty_strings SELECT '' FROM zeros(100000000); DROP TABLE IF EXISTS empty_strings