Re: Sample databases? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Sample databases?
Date
Msg-id 11159.977341375@sss.pgh.pa.us
Whole thread Raw
In response to Sample databases?  (mlw <markw@mohawksoft.com>)
List pgsql-hackers
mlw <markw@mohawksoft.com> writes:
> Perhaps we can create a substantial test database? (Millions of records,
> many tables, and a number of relations.) So when we see a problem, we
> can all see it right away. I like "real world" data, because it is often
> more organic than randomized test data, and brings out more issues.

That's true, but a single test database strikes me as the wrong way
to go.  The real-life examples that people throw at Postgres are so
varied that a test database could never hope to be an adequate
substitute.  I think a test database would likely be subject to
"benchmark syndrome", ie it'd encourage us to optimize with blinders on.

The regression database is actually sufficient to reproduce most simpler
sorts of performance problems, once you know what to look for.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Is PQreset() proper ?
Next
From: "Mike Sears"
Date:
Subject: Re: MySQL conversion utility