mkindahl / pg_arrow

In-memory Table Access Method based on Arrow Array format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In-memory Table Access Method

This is an in-memory table access method with a columnar structure. The columnar structure is based on the Arrow C Data Interface and we store each column in dedicated shared memory segments, one for each buffer according to the Arrow Columnar Format.

About

In-memory Table Access Method based on Arrow Array format

License:Apache License 2.0


Languages

Language:C 98.4%Language:Makefile 1.6%