neondatabase / neon

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.
https://neon.tech
Apache License 2.0
14.29k stars 408 forks source link

Using pg_bench for read and write tests, tps often drops to 0 and then resumes #2283

Open surquer opened 2 years ago

surquer commented 2 years ago

neon performs well in read-only scenarios, but tps drops to 0 when writing tests.(deploy neon according to the steps described in the README.md, release version) image

pageserver.zip

bayandin commented 2 years ago

Hey @surquer, could you provide a bit more information about your setup and which pgbench you are running? Thanks!