Re: [PERFORM] Looking for a large database for testing

2005-08-22 Thread Jim C. Nasby
On Tue, Aug 16, 2005 at 09:29:32AM +0200, Sebastian Hennebrueder wrote: Hello, I would like to test the performance of my Java/PostgreSQL applications especially when making full text searches. For this I am looking for a database with 50 to 300 MB having text fields. e.g. A table with

[PERFORM] Looking for a large database for testing

2005-08-16 Thread Sebastian Hennebrueder
Hello, I would like to test the performance of my Java/PostgreSQL applications especially when making full text searches. For this I am looking for a database with 50 to 300 MB having text fields. e.g. A table with books with fields holding a comment, table of content or example chapters or what

Re: [PERFORM] Looking for a large database for testing

2005-08-16 Thread Tino Wildenhain
Sebastian Hennebrueder schrieb: Hello, I would like to test the performance of my Java/PostgreSQL applications especially when making full text searches. For this I am looking for a database with 50 to 300 MB having text fields. e.g. A table with books with fields holding a comment, table of

Re: [PERFORM] Looking for a large database for testing

2005-08-16 Thread Sebastian Hennebrueder
Tino Wildenhain schrieb: Sebastian Hennebrueder schrieb: Hello, I would like to test the performance of my Java/PostgreSQL applications especially when making full text searches. For this I am looking for a database with 50 to 300 MB having text fields. e.g. A table with books with

Re: [PERFORM] Looking for a large database for testing

2005-08-16 Thread Mark Rae
On Tue, Aug 16, 2005 at 09:29:32AM +0200, Sebastian Hennebrueder wrote: I would like to test the performance of my Java/PostgreSQL applications especially when making full text searches. For this I am looking for a database with 50 to 300 MB having text fields. e.g. A table with books with

Re: [PERFORM] Looking for a large database for testing

2005-08-16 Thread Oleg Bartunov
Sebastian, you can try document generator. I used http://www.cs.rmit.edu.au/~jz/resources/finnegan.zip yuo can play with freq. of words and document length distribution. Also, I have SentenceGenerator.java which could be used for generation of synthetic texts. Oleg On Tue, 16 Aug