From: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
---|---|
To: | Jov <amutu(at)amutu(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: AXLE Plans for 9.5 and 9.6 |
Date: | 2014-04-22 12:09:36 |
Message-ID: | CA+U5nM+D1xYGLaAyGM8PBRu8xYQB+b35MOeCvGOEMQA9d0sgNg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 22 April 2014 10:42, Jov <amutu(at)amutu(dot)com> wrote:
> what about runtime code generation using LLVM?
> http://blog.cloudera.com/blog/2013/02/inside-cloudera-impala-runtime-code-generation/
> http://llvm.org/devmtg/2013-11/slides/Wanderman-Milne-Cloudera.pdf
Those techniques have been in use for at least 20 years on various platforms.
The main issues PostgreSQL faces is supporting many platforms and
compilers, while at the same time supporting extensible data types.
I believe there is some research work into run-time compilation in
progress, but that seems unlikely to make it into Postgres core.
--
Simon Riggs http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2014-04-22 12:10:31 | Re: AXLE Plans for 9.5 and 9.6 |
Previous Message | Simon Riggs | 2014-04-22 12:04:40 | Re: AXLE Plans for 9.5 and 9.6 |