Skip to content

Public repo for AB-Tree paper in VLDB '22

Notifications You must be signed in to change notification settings

NithinSastry/abtree_public

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Source code for AB-Tree in VLDB '22

This repository contains the source code for the experiments of the paper "AB-Tree:h

abtree: the PostgreSQL with AB-tree baseline: the PostgreSQL with the baseline aggregate B-tree

Both of the PG in our experiemnts were configured and compiled with:

CFLAGS="-O3" ./configure --prefix=<path-to-installation-location>
make
make install

db_test: the scripts for running the experiments, see db_test/README for details.

About

Public repo for AB-Tree paper in VLDB '22

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.6%
  • PLpgSQL 5.7%
  • Perl 2.4%
  • Yacc 1.4%
  • Makefile 0.7%
  • Ruby 0.7%
  • Other 1.5%