Query compilation in PostgreSQL by specialization of the DBMS source code
- 作者: Sharygin E.Y.1,2, Buchatskiy R.A.1, Zhuykov R.A.1, Sher A.R.1
-
隶属关系:
- Ivannikov Institute for System Programming
- Moscow State University
- 期: 卷 43, 编号 6 (2017)
- 页面: 353-365
- 栏目: Article
- URL: https://journals.rcsi.science/0361-7688/article/view/176561
- DOI: https://doi.org/10.1134/S0361768817060068
- ID: 176561
如何引用文章
详细
This paper describes the development of a query compiler for the PostgreSQL DBMS based on automatic code specialization methods; these methods allow one to avoid the development and support difficulties typical for classical query compilers by dividing the compiler development problem into two independent subproblems: reduction of overhead costs and implementation of algorithmic improvements. We assert that this decomposition facilitates the solution of both the subproblems: the cost reduction can be automated, while the algorithmic improvements can be implemented in the interpreter in the DBMS implementation language. This paper presents methods for online and offline specialization, considers specifics of specialization and binding-time analysis of the PostgreSQL source code, and describes the transition to a push model of execution.
作者简介
E. Sharygin
Ivannikov Institute for System Programming; Moscow State University
编辑信件的主要联系方式.
Email: eush@ispras.ru
俄罗斯联邦, ul. Solzhenitsyna 25, Moscow, 109004; Moscow, 119991
R. Buchatskiy
Ivannikov Institute for System Programming
Email: eush@ispras.ru
俄罗斯联邦, ul. Solzhenitsyna 25, Moscow, 109004
R. Zhuykov
Ivannikov Institute for System Programming
Email: eush@ispras.ru
俄罗斯联邦, ul. Solzhenitsyna 25, Moscow, 109004
A. Sher
Ivannikov Institute for System Programming
Email: eush@ispras.ru
俄罗斯联邦, ul. Solzhenitsyna 25, Moscow, 109004
补充文件
