最近更新时间: 2025-10-11 18:10:00
postgres=# insert into tbase select t,md5(random()::text) from generate_series(1,10000) as t; INSERT 0 10000 postgres=# select count(1) from tbase; count ------- 10000 (1 row)