Re: TEST DATA GENERATION

From: Nils Zonneveld <nils(at)mbit(dot)nl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: TEST DATA GENERATION
Date: 2001-09-28 12:27:48
Message-ID: 3BB46CC9.13374E91@mbit.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marko Kreen 2001-09-28 12:31:57 Re: Encoding passwords
Previous Message Daniel M . Kurry 2001-09-28 11:41:38 Re: UNIQUE constraint and indexing