Re: Sample databases?

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Sample databases?
Дата
Msg-id 3A3FB7A8.39B89381@alumni.caltech.edu
обсуждение исходный текст
Ответ на Sample databases?  (mlw <markw@mohawksoft.com>)
Список pgsql-hackers
> What do you guys use?

The regression database, which you can augment with some "insert into x
select * from x;" commands. It would also be useful to have a "database
generation" script, but of course this would be cooked data.

> 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. Take
> index selection during a select, for instance.

The regression database is such a beast, but is not large enough for the
millions of records kinds of tests.

Suggestions?
                    - Thomas


В списке pgsql-hackers по дате отправления:

Предыдущее
От: mlw
Дата:
Сообщение: Three types of functions, ala function redux.
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Three types of functions, ala function redux.