Skip to content
forked from mkindahl/pg_arrow

In-memory Table Access Method based on Arrow Array format

License

Notifications You must be signed in to change notification settings

digoal/pg_arrow

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.4%
  • Makefile 1.6%