Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lfittl/pg_fancy_bench
(EXPERIMENTAL) Like pg_bench, but with real data.
https://github.com/lfittl/pg_fancy_bench
Last synced: 21 days ago
JSON representation
(EXPERIMENTAL) Like pg_bench, but with real data.
- Host: GitHub
- URL: https://github.com/lfittl/pg_fancy_bench
- Owner: lfittl
- License: mit
- Created: 2016-05-12T00:05:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T00:06:36.000Z (over 8 years ago)
- Last Synced: 2024-12-03T04:25:36.711Z (23 days ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pg_fancy_bench
Like `pg_bench`, but with real data.
Currently focused on PostgreSQL databases using the [citus](https://github.com/citusdata/citus) extension for sharding across multiple nodes.
Heavily work in progress, and experimental...
## Current Datasets
* [NYC Taxi Trip Data](http://chriswhong.com/open-data/foil_nyc_taxi/) (aka `nyc_taxi_trips`, ~11GB)
## Usage
```
pg_fancy_bench -s nyc_taxi_trips -d postgres://myuser@myhost/mydb
```## Author(s)
* Lukas Fittl
## License
MIT License
Copyright (c) 2016, Lukas Fittl
pg_fancy_bench is licensed under the MIT license, see LICENSE file for details.