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

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

2005-08-16 Thread Sebastian Hennebrueder
Sebastian Hennebrueder schrieb: >Tino Wildenhain schrieb: > > > > >>You can download the wikipedia content. Just browse the wikimedia site. >>Its some work to change the data to be able to import into postgres, >>but at least you have a lot real world data - in many languages. >> >> > >I hav

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 2005,

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 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 b

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 con

[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 e