@aral@jan It is insanely bad query programming to have 3.5k IDs in WHERE clause 🤯 Considering table is properly indexed and vacuumed, I would split them into 100-200 microbatches and if each involves pinging a separate server of a follower account, even make those batches smaller. LIMIT and OFFSET should be the start from database side and then some task queueing from backend 🧐 #postgresql#sql#performance :postgresql:
DBA a life in the shadows Database administration is weird. The job is a strange combination of theory and practice, strictness and loose rules mixed together in a magic blend.
The DBA is probably one of the most obscure and one of the less appreciated roles within the IT organisations.
N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'http://apt.postgresql.org/pub/repos/apt bullseye-pgdg InRelease' doesn't support architecture 'armhf'
arch=arm64 を追加して 64bit パッケージのみを指定した。 deb [signed-by=/usr/share/keyrings/postgresql.asc arch=arm64] http://apt.postgresql.org/pub/repos/apt bullseye-pgdg main