Predicting query runtime

Поиск
Список
Период
Сортировка
От Vinicius Segalin
Тема Predicting query runtime
Дата
Msg-id CAAeH1nDyLp+vAzEbiC4WgP08=SGvAvyTA2uX9ee1XMrNGf+MZg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Predicting query runtime  (Oleksandr Shulgin <oleksandr.shulgin@zalando.de>)
Re: Predicting query runtime  (Merlin Moncure <mmoncure@gmail.com>)
Re: Predicting query runtime  (Jeff Janes <jeff.janes@gmail.com>)
Re: Predicting query runtime  (Istvan Soos <istvan.soos@gmail.com>)
Re: Predicting query runtime  (Oleg Ivanov <o.ivanov@postgrespro.ru>)
Список pgsql-general
Hi everyone,

I'm trying to find a way to predict query runtime (I don't need to be extremely precise). I've been reading some papers about it, and people are using machine learning to do so. For the feature vector, they use what the DBMS's query planner provide, such as operators and their cost. The thing is that I haven't found any work using PostgreSQL, so I'm struggling to adapt it.
My question is if anyone is aware of a work that uses machine learning and PostgreSQL to predict query runtime, or maybe some other method to perform this.

Thank you.

Best regards,

Vinicius Segalin

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: [SPAM] Re: Question about locking and pg_locks
Следующее
От: Oleksandr Shulgin
Дата:
Сообщение: Re: Predicting query runtime