mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 03:58:19 +00:00
cfe3e6d4e1
## Problem Commit https://github.com/neondatabase/neon/commit/3da70abfa5092bacdebed03d6f771dd28334d479 cause noticeable performance regression (40% in update-with-prefetch in test_bulk_update): https://neondb.slack.com/archives/C04BLQ4LW7K/p1742633167580879 ## Summary of changes Remove loop from pageserver_try_receive to make it fetch not more than one response. There is still loop in `pump_prefetch_state` which can fetch as many responses as available. Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>