Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 - Mailing list pgsql-hackers

From Timur Magomedov
Subject Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Date
Msg-id 36f70b155d13f4c69230ce228bb042c04410c8bb.camel@postgrespro.ru
Whole thread Raw
In response to Re: [WIP]Vertical Clustered Index (columnar store extension) - take2  (Japin Li <japinli@hotmail.com>)
List pgsql-hackers
>
Hi Japin!
> I'm curious about the assert here. Why is it that children must be
> CustomScan?
> It seems that there is a JOIN node, and we do not support customizing
> the JOIN
> operation, right?

You are right, looks like we don't have VCI joins and this was the
cause of the problem. Thanks!

--
Regards,
Timur Magomedov




pgsql-hackers by date:

Previous
From: Timur Magomedov
Date:
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Next
From: Nathan Bossart
Date:
Subject: Re: fix obsolete references to postgres.h in comments