Re: Sample data generator for performance testing

2024-01-03 Thread Adrian Klaver
On 1/3/24 9:50 AM, arun chirappurath wrote: On Wed, 3 Jan, 2024, 23:03 Adrian Klaver, wrote: On 1/3/24 09:24, arun chirappurath wrote: > Hi Adrian, > > Thanks for your mail. > > Is this for all tables in the database or a subset? Yes Yes all tables or yes just

Re: Sample data generator for performance testing

2024-01-03 Thread arun chirappurath
Thanks for the insights.. Thanks, Arun On Wed, 3 Jan, 2024, 23:26 Jeremy Schneider, wrote: > On 1/2/24 11:23 PM, arun chirappurath wrote: > > Do we have any open source tools which can be used to create sample data > > at scale from our postgres databases? > > Which considers data distribution

Re: Sample data generator for performance testing

2024-01-03 Thread Jeremy Schneider
On 1/2/24 11:23 PM, arun chirappurath wrote: > Do we have any open source tools which can be used to create sample data > at scale from our postgres databases? > Which considers data distribution and randomness I would suggest to use the most common tools whenever possible, because then if you wan

Re: Sample data generator for performance testing

2024-01-03 Thread arun chirappurath
On Wed, 3 Jan, 2024, 23:03 Adrian Klaver, wrote: > On 1/3/24 09:24, arun chirappurath wrote: > > Hi Adrian, > > > > Thanks for your mail. > > > > Is this for all tables in the database or a subset? Yes > > Yes all tables or yes just some tables? > All tables.except some which has user details.

Re: Sample data generator for performance testing

2024-01-03 Thread Adrian Klaver
On 1/3/24 09:24, arun chirappurath wrote: Hi Adrian, Thanks for your mail. Is this for all tables in the database or a subset? Yes Yes all tables or yes just some tables? Does it need to deal with foreign key relationships? No What are the sizes of the existing data and what size sample d

Re: Sample data generator for performance testing

2024-01-03 Thread arun chirappurath
Hi Adrian, Thanks for your mail. Is this for all tables in the database or a subset? Yes Does it need to deal with foreign key relationships? No What are the sizes of the existing data and what size sample data do you want to produce?1Gb and 1Gb test data. On Wed, 3 Jan, 2024, 22:40 Adrian Kla

Re: Sample data generator for performance testing

2024-01-03 Thread Adrian Klaver
On 1/2/24 23:23, arun chirappurath wrote: Hi All, Do we have any open source tools which can be used to create sample data at scale from our postgres databases? Which considers data distribution and randomness Is this for all tables in the database or a subset? Does it need to deal with for

Sample data generator for performance testing

2024-01-02 Thread arun chirappurath
Hi All, Do we have any open source tools which can be used to create sample data at scale from our postgres databases? Which considers data distribution and randomness Regards, Arun