Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrisseto/pycon2020-big-o-no


https://github.com/chrisseto/pycon2020-big-o-no

Last synced: about 1 month ago
JSON representation

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