Re: [HACKERS] OSS database needed for testing

From: "Jeffrey D(dot) Brower" <jeff(at)pointhere(dot)net>
To: <pgsql(at)mohawksoft(dot)com>, <josh(at)agliodbs(dot)com>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: [HACKERS] OSS database needed for testing
Date: 2003-04-04 02:43:27
Message-ID: 0c0f01c2fa53$f8eb8790$0b02a8c0@pointhere.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-performance

Hi Josh,

Let me vote on the Tiger data. I used to use this database. It is public,
updated by the government, VERY useful in own right, it works well with the
earthdistance contribution, a real world database a lot of us use and I
think you can put together some killer scripts on it.

Can I vote twice? <g>

Jeff

----- Original Message -----
From: <pgsql(at)mohawksoft(dot)com>
To: <josh(at)agliodbs(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>; <pgsql-performance(at)postgresql(dot)org>;
<pgsql-hackers(at)postgresql(dot)org>
Sent: Thursday, April 03, 2003 1:26 PM
Subject: Re: [PERFORM] [HACKERS] OSS database needed for testing

> I don't know that it meets your criteria, but.....
>
> I have a set of scripts and a program that will load the US Census TigerUA
> database into PostgreSQL. The thing is absolutely freak'n huge. I forget
> which, but it is either 30g or 60g of data excluding indexes.
>
> Also, if that is too much, I have a similar setup to load the FreeDB music
> database, from www.freedb.org. It has roughly 670,000 entries in
"cdtitles"
> and 8 million entries in "cdsongs."
>
> Either one of which, I would be willing to send you the actual DB on cd(s)
> if you pay for postage and media.
>
>
> > Folks,
> >
> > Please pardon the cross-posting.
> >
> > A small group of us on the Performance list were discussing the first
> > steps toward constructing a comprehensive Postgresql installation
> > benchmarking tool, mostly to compare different operating systems and
> > file systemsm but later to be used as a foundation for a tuning
> > wizard.
> >
> > To do this, we need one or more real (not randomly generated*)
> > medium-large database which is or can be BSD-licensed (data AND
> > schema). This database must have:
> >
> > 1) At least one "main" table with 12+ columns and 100,000+ rows (each).
> > 2) At least 10-12 additional tables of assorted sizes, at least half of
> > which should have Foriegn Key relationships to the main table(s) or
> > each other. 3) At least one large text or varchar field among the
> > various tables.
> >
> > In addition, the following items would be helpful, but are not
> > required: 4) Views, triggers, and functions built on the database
> > 5) A query log of database activity to give us sample queries to work
> > with. 6) Some complex data types, such as geometric, network, and/or
> > custom data types.
> >
> > Thanks for any leads you can give me!
> >
> > (* To forestall knee-jerk responses: Randomly generated data does not
> > look or perform the same as real data in my professional opinion, and
> > I'm the one writing the test scripts.)
> >
> > --
> > -Josh Berkus
> > Aglio Database Solutions
> > San Francisco
> >
> >
> > ---------------------------(end of
> > broadcast)--------------------------- TIP 1: subscribe and unsubscribe
> > commands go to majordomo(at)postgresql(dot)org
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Fitzpatrick 2003-04-04 03:35:28 Converting from dbase
Previous Message Jan Wieck 2003-04-04 01:29:03 Re: updating table field whenever other table field changes

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Sullivan 2003-04-04 03:00:23 Re: more contrib: log rotator
Previous Message Ed L. 2003-04-03 23:57:20 Re: dbmirror revisions

Browse pgsql-performance by date

  From Date Subject
Next Message Josh Berkus 2003-04-04 04:29:12 Re: [HACKERS] OSS database needed for testing
Previous Message Manfred Koizar 2003-04-03 23:13:18 Re: can i make this sql query more efficiant?