Hi, This is more related to Postgresql than to Python, I hope this is ok. I want to measure Postgres queries N times, much like Python timeit (https://docs.python.org/3/library/timeit.html). I know about EXPLAIN ANALYZE and psql \timing, but there's quite a bit of variation in the times. Is there a timeit-like function in Postgresql? Thanks! Albert-Jan -- https://mail.python.org/mailman/listinfo/python-list
Postgresql equivalent of Python's timeit?
Albert-Jan Roskam via Python-list Fri, 15 Sep 2023 08:55:07 -0700
- Postgresql equivalent of Python's timeit... Albert-Jan Roskam via Python-list
- Re: Postgresql equivalent of Python... Peter J. Holzer via Python-list
- Re: Postgresql equivalent of Py... Albert-Jan Roskam via Python-list
- RE: Postgresql equivalent o... AVI GROSS via Python-list
- Re: Postgresql equivale... Thomas Passin via Python-list
- Re: Postgresql equivalent o... Peter J. Holzer via Python-list
- Re: Postgresql equivalent o... Thomas Passin via Python-list