Settings

Theme

Ask HN: Good implementations of query profiles in distributed databases?

3 points by pratchett 3 years ago · 1 comment · 1 min read


Folks who build/use distributed databases, what are some good examples of query profiling infra/UI for understanding where time was spent in query execution?

softwaredoug 3 years ago

I have used Elasticsearch's profile API. I generally find it useful, however I am biased because of my relatively deeper knowledge of Lucene / Elasticsearch internals.

https://www.elastic.co/guide/en/elasticsearch/reference/curr...

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection