noisepage icon indicating copy to clipboard operation
noisepage copied to clipboard

Self-Driving Database Management System from Carnegie Mellon University

Results 104 noisepage issues
Sort by recently updated
recently updated
newest added

# Feature Request Support building/running **noisepage** with Ubuntu on Apple Silicon ## Summary Executing ```./script/installation/packages.sh``` on an UBUNTU 22.04 Parallels VM running on an M1 Mac produces the following: ```...

```SQL postgres=# CREATE TABLE t1(a INT, b INT); CREATE TABLE postgres=# CREATE TABLE t2(c INT, d INT);; CREATE TABLE postgres=# SELECT * FROM t1 left JOIN t2 ON t2.c