Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisseto/pycon2020-big-o-no
https://github.com/chrisseto/pycon2020-big-o-no
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisseto/pycon2020-big-o-no
- Owner: chrisseto
- License: mit
- Created: 2020-04-24T02:25:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T18:55:36.000Z (over 3 years ago)
- Last Synced: 2024-11-08T23:16:46.316Z (3 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pycon2020 - Big O No
This is the companion repo for my pycon2020 talk.
## Running benchmarks:
```bash
./bench.sh postgres
``````bash
./bench.sh cockroach
```> A single node instance of cockroach doesn't handle large aggregations very well
>
> The benchmarks seen in my talk made use of a https://cockroachlabs.cloud/ 3 node GCP cluster