|
|
|
|
|
by gianm
1952 days ago
|
|
I'm a committer on Apache Druid and generally a big fan of observability. I'm glad that you found Druid useful in building this! A tip, if you aren't already doing it: with metric and trace data, it helps a ton to set up partitioning and sorting according to the query patterns you expect. Timeseries databases usually do this out of the box, because they can make assumptions about your query patterns, but general purpose databases like Druid usually need an extra step or two. Some references: https://druid.apache.org/docs/latest/ingestion/index.html#pa... https://twitter.com/gianmerlino/status/1287134114844270592 |
|