提交 ef4b6c6f authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 9b9a5e9f
......@@ -302,7 +302,8 @@ drop table test;
create table test(username varchar, city varchar);
create index test_user on test(username);
create index test_city on test(city);
insert into test select x || ' user', (x / 20) || ' city' from system_range(1, 500000);
insert into test select x || ' user', (x / 20) ||
' city' from system_range(1, 500000);
reserveMemory no longer needed
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论