https://github.com/kakkun61/tpccuva
An Open-Source implementation of the TPC-C Benchmark
https://github.com/kakkun61/tpccuva
benchmark database gplv2 tpc
Last synced: about 22 hours ago
JSON representation
An Open-Source implementation of the TPC-C Benchmark
- Host: GitHub
- URL: https://github.com/kakkun61/tpccuva
- Owner: kakkun61
- License: other
- Created: 2019-02-21T04:15:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T04:45:55.000Z (over 6 years ago)
- Last Synced: 2025-02-10T09:45:02.305Z (8 months ago)
- Topics: benchmark, database, gplv2, tpc
- Language: C
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TPCC-UVa
Original: An Open-Source implementation of the TPC-C Benchmark", available at [http://www.infor.uva.es/~diego/tpcc.html](http://www.infor.uva.es/~diego/tpcc.html).
## Differences from original
- fix GCC header file directory option
- get to be given a host and a port of a PostgreSQL server## License
GPL. See the _GPL_ directory.