Re: [HACKERS] WIP: [[Parallel] Shared] Hash
От | Peter Geoghegan |
---|---|
Тема | Re: [HACKERS] WIP: [[Parallel] Shared] Hash |
Дата | |
Msg-id | CAM3SWZRQMDyZ5t1+q4o+hwe7fAjOffvtyAjx=rWOXemBcw+6Sw@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: [HACKERS] WIP: [[Parallel] Shared] Hash (Thomas Munro <thomas.munro@enterprisedb.com>) |
Ответы |
Re: [HACKERS] WIP: [[Parallel] Shared] Hash
|
Список | pgsql-hackers |
On Sat, Dec 31, 2016 at 2:52 AM, Thomas Munro <thomas.munro@enterprisedb.com> wrote: > Unfortunately it's been a bit trickier than I anticipated to get the > interprocess batch file sharing and hash table shrinking working > correctly and I don't yet have a new patch in good enough shape to > post in time for the January CF. More soon. I noticed a bug in your latest revision: > + /* > + * In HJ_NEED_NEW_OUTER, we already selected the current inner batch for > + * reading from. If there is a shared hash table, we may have already > + * partially loaded the hash table in ExecHashJoinPreloadNextBatch. > + */ > + Assert(hashtable->batch_reader.batchno = curbatch); > + Assert(hashtable->batch_reader.inner); Obviously this isn't supposed to be an assignment. -- Peter Geoghegan
В списке pgsql-hackers по дате отправления: