We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the NoisePage wiki!
You need to be on Ubuntu 20.04 or macOS.
git clone https://github.com/cmu-db/noisepage.git sudo ./script/installation/packages.sh mkdir build cd build cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug -DNOISEPAGE_USE_ASAN=On -DNOISEPAGE_UNITY_BUILD=On ninja noisepage ./bin/noisepage
You can now connect to NoisePage over the Postgres client psql.
psql
psql -h localhost -U terrier -p 15721