We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

The State of Postgres JIT - 2018 Edition

Formale Metadaten

Titel
The State of Postgres JIT - 2018 Edition
Serientitel
Anzahl der Teile
37
Autor
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Just in time (JIT) compilation for postgres tries to accelerate query processing by transforming parts of query into native programs. Over the last year a lot of progress towards an in-core implementation of that has been made. This talk will discuss how much JITing infrastructure has been integrated into postgres already, how those parts work, and show a few benchmark numbers. The rest of the talk will discuss what needs to be improved with the integrated JIT (e.g. caching of programs, improving program generation) and what further parts of query execution could be JITed (e.g. various server-side languages, the main volcano executor, ...).
Schlagwörter