BaoForPostgreSQL
BaoForPostgreSQL copied to clipboard
A prototype implementation of Bao for PostgreSQL
When I use PostgreSQL 13.1 and execute the following command, I get some errors. The command in the tutorial: ``` make USE_PGXS=1 install ``` And here's an example of the...
In IMDB database, I can execute this SQL correctly without Bao server. ```SELECT DISTINCT a.name AS cast_member, t.title AS complete_dynamic_hero_movie FROM cast_info AS ci JOIN complete_cast AS cc ON ci.movie_id...
Hello! I want to use the Stack dataset for my experiments. And I have visited your website https://rmarcus.info/stack.html . I'm wondering if you've had the time to upload this dataset...
After I collected bao_run.txt and set USE_BAO = False to collect PG running behavior, I got stuck after running the ```0 16```query, and I compared with the bao_run, the next...
Original title: However, Does this project even work? I have read your excellent paper in sigmod this year and I would really like to try this out. However, Does this...
rt_fetch starts with index 1 instead of 0 The detail is in issue: https://github.com/learnedsystems/BaoForPostgreSQL/issues/3
 I used docker to install the pg and bao extensions according to section 2.1, but it shows that the bao extension is not installed.
Hi there, Just wondering, if anyone has encountered a **Segmentation Fault (Core Dump) error**, while running the sample workload. The script just continues running but I believe there's some problem...