Re: [HACKERS] OSS database needed for testing

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(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>
Subject: Re: [HACKERS] OSS database needed for testing
Date: 2003-04-03 18:12:12
Message-ID: 303E00EBDD07B943924382E153890E5434A939@cuthbert.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-performance

Josh Berkus wrote:
> 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.
>
Might I recommend the FCC database of transmitters. Its publicly
available via anonymous FTP, medium largish with tables running 100k ->
1m+ records, and demonstrates many interesting test cases. For example,
lat/lon spatial queries (RTree vs. GIST) can be tested with a decent
volume. Also it demonstrates a good example of the use of schemas.
Email me if you want info.

Format is pipe delimited (non quoted), and data turnover is < 1% a week.

Merlin

Browse pgsql-general by date

  From Date Subject
Next Message Walt H 2003-04-03 18:14:12 ODBC and LO questions....again.
Previous Message scott.marlowe 2003-04-03 18:08:28 Re: [GENERAL] Suggestion

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-04-03 18:12:41 Re: SQL Query to get Column constraints
Previous Message Jim Buttafuoco 2003-04-03 18:05:51 Re: more contrib: log rotator

Browse pgsql-performance by date

  From Date Subject
Next Message pgsql 2003-04-03 18:26:01 Re: [HACKERS] OSS database needed for testing
Previous Message Josh Berkus 2003-04-03 17:55:16 OSS database needed for testing