HackerTrans
TopNewTrendsCommentsPastAskShowJobs

i_have_to_speak

no profile record

Submissions

[untitled]

1 points·by i_have_to_speak·2 maanden geleden·0 comments

[untitled]

1 points·by i_have_to_speak·2 maanden geleden·0 comments

The Monday Elephant #2: SQL Queries to List Users and Groups

pgdash.io
2 points·by i_have_to_speak·3 maanden geleden·0 comments

The Monday Elephant #1: pgweb

pgdash.io
1 points·by i_have_to_speak·3 maanden geleden·0 comments

eBook: Wall Street Sold Out Main Street

founderstowne.com
4 points·by i_have_to_speak·6 maanden geleden·0 comments

comments

i_have_to_speak
·3 maanden geleden·discuss
TBF that is an isolated incident, not a distinguishing trait of a species.
i_have_to_speak
·3 maanden geleden·discuss
Are homo sapiens the only species that organizes themselves into tribes and work towards the destruction of other tribes of same species?
i_have_to_speak
·3 maanden geleden·discuss
This is a great initiative. Benchmarking managed services is notoriously tricky due to varying configurations and 'black-box' optimizations. For anyone looking to run these benchmarks on their own or wanting to dive deeper into the why behind the numbers, pgmetrics (https://pgmetrics.io) is a fantastic open-source tool. It collects a massive amount of internal PG stats into a structured JSON format, making it easy to see exactly what's happening during a load test. For a more persistent and visual way to track these metrics across different providers, pgDash (https://pgdash.io) is built on top of that same data.
i_have_to_speak
·3 maanden geleden·discuss
Great write-up—the distinction between healthy OS caching and actual memory pressure is often misunderstood. To get a granular view of where your memory is actually going (shared buffers, cache hits, etc.) without the overhead of heavy agents, pgmetrics (https://pgmetrics.io) is very effective. If you need to track these metrics over time to catch when 'good' caching turns into 'bad' pressure, pgDash (https://pgdash.io) builds directly on top of it to provide a specialized monitoring dashboard with zero-config setup.
i_have_to_speak
·3 maanden geleden·discuss
This looks like a great addition to the Postgres ecosystem. When adding specialized extensions like this, it's always worth keeping an eye on how they impact overall system performance, especially memory usage and lock contention as the dataset grows. For anyone testing this out, I'd recommend using an open-source tool like *pgmetrics* (https://pgmetrics.io) to get a baseline and then monitor how the new indexes and search workloads affect your underlying metrics. It’s zero-dependency and gives you a very deep look into the internals without much overhead.
i_have_to_speak
·6 maanden geleden·discuss
You might like this static full year planner version: https://pgdash.io/2026
i_have_to_speak
·9 maanden geleden·discuss
Is there an index of all these pages?