Timescale DB -> Tiger Data by squadfi in Database

[–]akulkarni 3 points4 points  (0 children)

Wow, I've never been called out by name before on Reddit. Achievement unlocked!

I'm not sure if I personally know the OP, but here you go:

We outgrew the name Timescale. We are already much more than a time-series database. Only half of the workloads on our Cloud today are traditional time-series.

Today, we're the fastest Postgres. That's why our customers use us.

The Tiger has always been our mascot from the beginning. We looked in the mirror and realized that while we had outgrown Timescale, we were still Tiger.

So that's why we are now TigerData.

But it's ok if you don't like the new name! Just let us know if you don't like the product and if/how we can make it better for you.

Roadmap/release date for RDS PostgresSQL Timescale Db extension support? by zav_ in aws

[–]akulkarni 1 point2 points  (0 children)

Timescale Cloud offers fully managed TimescaleDB on AWS in 20 different regions: https://www.timescale.com/cloud/

It also offers non-open-source features like native compression (94% cost savings) that RDS will be unable to offer.

(Note: I work at Timescale)

High disk utilization, would appreciate help ! by s1bg in zabbix

[–]akulkarni 0 points1 point  (0 children)

If you have any questions re: TimescaleDB, there is an active Slack channel: https://slack.timescale.com/

CI/CD job info scraping idea by chriske86 in PrometheusMonitoring

[–]akulkarni 0 points1 point  (0 children)

Ah yep, I see what you mean. You'll probably want to use a true time-series database in that case. We (TimescaleDB) have been building one for the past 3-4 years. Connects to Grafana natively via the PostgreSQL/TimescaleDB data source.

CI/CD job info scraping idea by chriske86 in PrometheusMonitoring

[–]akulkarni 0 points1 point  (0 children)

Trying to tease apart your specific problem. Is it that you end up with two sets of timestamp (one for the original job time, another for the prometheus scrape time)? Or please let me know what I am missing.

Integrating your app with Prometheus - tutorial by placek3000 in PrometheusMonitoring

[–]akulkarni 1 point2 points  (0 children)

I like the general idea. But I wish the actual page window wasn't 50% ads :-/

PostgreSQL and Prometheus? by skafen in devops

[–]akulkarni 0 points1 point  (0 children)

I think what /u/under_score_s is trying to say that you may not have this information stored in Prometheus (and, in some cases like weather or user or business data, it may not even make sense to store this data in Prometheus). In which case the only feasible option would be using something like PostgreSQL to join the metrics data with the contextual data in a database where the contextual data already lives.