Re: A Timeseries Case Study: InfluxDB VS PostgreSQL

2018-09-07 Thread Andrew Staller
Hi All, Full disclosure: I'm a Timescale employee. Fabio, really interesting analysis and we can generally confirm the conclusions of your tests. As Thomas pointed out above, TimescaleDB is an open-source time-series database packaged as Postgres extension. We are always interested in performance c

Re: A Timeseries Case Study: InfluxDB VS PostgreSQL

2018-09-07 Thread Benjamin Scherrey
Interesting and useful article, Fabio. I'm actually quite curious about your evaluation of MongoDB & Postgres. I've been operating under the opinion that MongoDB has been obsoleted in every respect by Postgres and am curious as to whether there are any credible use cases where, given the opportunit

Re: A Timeseries Case Study: InfluxDB VS PostgreSQL

2018-09-07 Thread Thomas Kellerer
Fabio Pardi schrieb am 07.09.2018 um 10:07: > Hi, > I recently published a blog article reporting a small research I made on > the usage of InfluxDB and PostgreSQL for time series, together with > Grafana on my specific use case. > > I think that some of you might find it interesting, maybe inspir

Re: A Timeseries Case Study: InfluxDB VS PostgreSQL

2018-09-07 Thread Fabio Pardi
Hi Achilleas, I'm glad you like the article. Probably I will find the time to come back to the topic when I'm done comparing Mongodb with PostgreSQL regards, fabio pardi On 07/09/18 11:18, Achilleas Mantzios wrote: > Nice read! Wonder if you could repeat the tests on pgsql 10.5 and btree/BRI

Re: A Timeseries Case Study: InfluxDB VS PostgreSQL

2018-09-07 Thread Achilleas Mantzios
On 07/09/2018 11:07, Fabio Pardi wrote: Hi, I recently published a blog article reporting a small research I made on the usage of InfluxDB and PostgreSQL for time series, together with Grafana on my specific use case. I think that some of you might find it interesting, maybe inspiring or perha

A Timeseries Case Study: InfluxDB VS PostgreSQL

2018-09-07 Thread Fabio Pardi
Hi, I recently published a blog article reporting a small research I made on the usage of InfluxDB and PostgreSQL for time series, together with Grafana on my specific use case. I think that some of you might find it interesting, maybe inspiring or perhaps it can trigger some interesting discuss