Re: [GENERAL] automatic and randomally population

2006-07-31 Thread Richard Huxton
gustavo halperin wrote: There are a bunch of sample databases of various sizes below. Sounds like it's useful for you. http://pgfoundry.org/projects/dbsamples/ Are you sure that is the right place, I found there just port languages to PostgreSQL and one little MySQL example ? The "dellst

Re: [GENERAL] automatic and randomally population

2006-07-28 Thread gustavo halperin
Richard Huxton wrote: gustavo halperin wrote: On 7/28/06, Shoaib Mir <[EMAIL PROTECTED]> wrote: You can use loops ( http://www.postgresql.org/docs/8.1/interactive/plpgsql-control-structures.html). Thanks Are you trying to do some performance analysis for the database server? Yes

Re: [GENERAL] automatic and randomally population

2006-07-28 Thread Richard Huxton
gustavo halperin wrote: On 7/28/06, Shoaib Mir <[EMAIL PROTECTED]> wrote: You can use loops ( http://www.postgresql.org/docs/8.1/interactive/plpgsql-control-structures.html). Thanks Are you trying to do some performance analysis for the database server? Yes I will, but first I want see

Re: [GENERAL] automatic and randomally population

2006-07-28 Thread Shoaib Mir
For doing the performance analysis you can use BenchmarkSQL (http://sourceforge.net/projects/benchmarksql) and while you do the benchmarking make sure you have your PostgreSQL database server properly tuned following the instructions given at http://www.powerpostgresql.com/PerfList/Hope this helps

Re: [GENERAL] automatic and randomally population

2006-07-27 Thread gustavo halperin
On 7/28/06, Shoaib Mir <[EMAIL PROTECTED]> wrote: You can use loops (http://www.postgresql.org/docs/8.1/interactive/plpgsql-control-structures.html ). Thanks Are you trying to do some performance analysis for the database server? Yes I will, but first I want see how the Open Office behave with larg

Re: [GENERAL] automatic and randomally population

2006-07-27 Thread Shoaib Mir
You can use loops (http://www.postgresql.org/docs/8.1/interactive/plpgsql-control-structures.html). Are you trying to do some performance analysis for the database server? -- Shoaib MirEnterpriseDB (www.enterprisedb.com)On 7/28/06, gustavo halperin < [EMAIL PROTECTED]> wrote:Hello I want try my tab