copy support

This commit is contained in:
Lev Kokotov
2022-02-04 08:06:45 -08:00
parent 05250d9374
commit 77507e7343
3 changed files with 35 additions and 4 deletions

View File

@@ -13,16 +13,24 @@ Meow. PgBouncer rewritten in Rust, with sharding, load balancing and failover su
1. Session mode.
2. Transaction mode (basic).
3. `COPY` protocol support.
## Missing
1. `COPY` support.
2. Query cancellation support.
3. All the features I promised above. Will make them soon, promise :-).
4. Authentication, ehem, this proxy is letting anyone in at the moment.
1. Query cancellation support.
2. All the features I promised above. Will make them soon, promise :-).
3. Authentication, ehem, this proxy is letting anyone in at the moment.
## Benchmarks
You can setup PgBench locally through PgCat:
```
pgbench -h 127.0.0.1 -p 5433 -i
```
Coincidenly, this uses `COPY` so you can test if that works.
### PgBouncer
```