Re: VOPS-2.0

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)ru>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: VOPS-2.0
Date: 2018-11-28 13:18:00
Message-ID: 20181128131800.GA24838@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-hackers

On Wed, Nov 28, 2018 at 01:01:03PM +0300, Konstantin Knizhnik wrote:
> Hi,
>
> I want to introduce new version of VOPS extension for Postgres (vectorized
> operations) providing new, more convenient way of usage:
> auto-substitution of projections.

[Announce post moved to hackers.]

I remember the good performance numbers from this feature. How does
this interact with the JIT executor feature, which is also designed to
speed up the executor? Is it something that can be combined with JIT?

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

  • VOPS-2.0 at 2018-11-28 10:01:03 from Konstantin Knizhnik

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Alvaro Herrera 2018-11-28 13:45:37 Re: VOPS-2.0
Previous Message Gilles Darold 2018-11-28 10:19:49 pgCluu 2.8 released

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Verite 2018-11-28 13:38:04 Re: psql --csv and other parameters
Previous Message Amit Kapila 2018-11-28 12:36:30 Re: New function pg_stat_statements_reset_query() to reset statistics of a specific query