rapphil's comments

rapphil | 1 year ago | on: Prometheus 3.0

There is also Cortex metrics, from which Mimir was forked from

rapphil | 6 years ago | on: Ask HN: 120M rows Postgres – how can I speed up queries?

Have you checked if you are using the correct settings in order to extract the max from your hardware?

https://pgtune.leopard.in.ua/#/

Are you monitoring your machine to check if it is not starving on cpu?

Re the queries, we have been using pgbadger to collect metrics about the usage of the dB and the slowest queries by type. This is helpful as it guides where you should put your efforts.

https://github.com/darold/pgbadger/blob/master/README.md

This is very good ref about scaling Postgres.

https://pyvideo.org/pycon-ca-2017/postgres-at-any-scale.html

rapphil | 6 years ago | on: Ask HN: What are you learning in 2019?

I've been waking up early (6AM) to learn Golang and Clojure. I't has been refreshing and I even fell more productive at work. (I work with Python most of the time).
page 1