Re: zweidimensionale Statistiken in Postgres

Поиск
Список
Период
Сортировка
От Katharina Büchse
Тема Re: zweidimensionale Statistiken in Postgres
Дата
Msg-id 545A5855.8080501@uni-jena.de
обсуждение исходный текст
Ответы Re: zweidimensionale Statistiken in Postgres
Список pgadmin-hackers
Hi,

I was unsure to which mailing list to write, in my opinion psql-hackers
would fit best, but as it is not recommended to write there directly,
I'm trying here.
I'm a phd-student at the university of Jena, Thüringen, Germany, in the
field of data bases, more accurate query optimization.
I want to implement a system in PostgreSQL that detects column
correlations and creates statistical data about correlated columns for
the optimizer. Therefore I need to store two dimensional statistics
(especially two dimensional histograms) in PostgreSQL. I would like to
know where I have to "touch" the source code and make changes, so that
the PostgreSQL optimizer will also take into consideration my
statistical data? I also need a possibility to extract data from query
results (tuple counts and, speaking a little inaccurately, the
where-part of the query itself). Of course I tried to have a look at the
PostgreSQL source code, but it's impossible to understand everything
within a few weeks or even months....

I'd be grateful for any advices.
Regards,

Katharina

--
Dipl.-Math. Katharina Büchse
Friedrich-Schiller-Universität Jena
Institut für Informatik
Lehrstuhl für Datenbanken und Informationssysteme
Ernst-Abbe-Platz 2
07743 Jena
Telefon 03641/946367
Webseite http://users.minet.uni-jena.de/~re89qen/



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

Предыдущее
От: "J.F. Oster"
Дата:
Сообщение: PATCH: Add missing nodes to graphical explain plan
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: zweidimensionale Statistiken in Postgres