what is the fastest way to create million records, where the first column is a incremental number (not a primary key) and the other fields are with their default values ?
Do I have to create a PG procedure to be faster, because it is internal i.e. does not go trough DB driver ??!!