Re: assessing parallel-safety
| От | Robert Haas |
|---|---|
| Тема | Re: assessing parallel-safety |
| Дата | |
| Msg-id | CA+Tgmob5f6YuTChEnezXZnfR5XihEO1B2T94rRGokPpi0KD+mg@mail.gmail.com обсуждение исходный текст |
| Ответ на | Re: assessing parallel-safety (Amit Kapila <amit.kapila16@gmail.com>) |
| Ответы |
Re: assessing parallel-safety
|
| Список | pgsql-hackers |
On Thu, Feb 12, 2015 at 6:40 AM, Amit Kapila <amit.kapila16@gmail.com> wrote: > If we have to go this way, then isn't it better to evaluate the same > when we are trying to create parallel path (something like in the > parallel_seq scan patch - create_parallelscan_paths())? Probably not, because many queries will scan multiple relations, and we want to do all of this work just once per query. Also, when somebody adds another parallel node (e.g. parallel hash join) that will need this same information. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
В списке pgsql-hackers по дате отправления: