mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
The original value that we get is measured in microseconds. It comes from a calculation using Postgres' GetCurrentTimestamp(), whihc is implemented in terms of gettimeofday(2). Signed-off-by: Tristan Partin <tristan@neon.tech>
2 lines
77 B
SQL
2 lines
77 B
SQL
SELECT (neon.backpressure_throttling_time()::float8 / 1000000) AS throttled;
|