Re: TEST DATA GENERATION - Mailing list pgsql-general

From Nils Zonneveld
Subject Re: TEST DATA GENERATION
Date
Msg-id 3BB46CC9.13374E91@mbit.nl
Whole thread Raw
List pgsql-general

Bence Szabo wrote:
>
> Hi,
> Are there any tool that helps to build a large number of data for
> testing the performance etc?
> I think some autogenerate tool like embedded in powerdesigner etc...
> It should be works based on a given database structure and ask about
> records to be generate for tables...
> thx
> Bence


Just write a little C program that writes a lot of data to a plain file.
Then use COPY FROM.

Nils
--
Alles van waarde is weerloos
Lucebert

pgsql-general by date:

Previous
From: Shane Wright
Date:
Subject: Re: backend stalls
Next
From: "Your Name"
Date:
Subject: PostgreSQL: T oUse Or Not To Use?