Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 494 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 494 Bytes

DB Scripts

Run all scripts from the db directory.

From the Rideshare root, cd into db.

Bulk Load

Create 10_000_000 records, mix of Drivers and Riders, in rideshare.users using SQL

Inspiration: https://vnegrisolo.github.io/postgresql/generate-fake-data-using-sql

sh scripts/bulk_load.sh

pgbench

sh scripts/benchmark.sh

List table comments

sh scripts/list_table_comments.sh

Simulate bloat

sh scripts/simulate_bloat.sh