Skip to content

a tools for generating random data for random table schema in PostgreSQL

License

Notifications You must be signed in to change notification settings

Layamon/filldata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filldata

create table my_tbl
(
  c1 int,
  c2 int,
  c3 text,
  c4 varchar(16),
  c5 json,
  c6 bool,
  c7 float
);

time ./target/release/filldata --user liuyangming --dbname tdb --table my_tbl --port 8100 --rows 50000 --load-mode single-thread

real    0m13.518s
user    0m1.328s
sys     0m0.570s

About

a tools for generating random data for random table schema in PostgreSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages