
InfluxDB Cloud Serverless
InfluxData Inc.External reviews
103 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Amazing
What do you like best about the product?
How easy it is to configure and get running
What do you dislike about the product?
The lack of joins across measurements can be annoying at times
What problems is the product solving and how is that benefiting you?
Collecting system measurements from various network devices
Recommendations to others considering the product:
Understand what your schema should be like and set up your tags and values properly
My most favourite time series database ever!
What do you like best about the product?
Easy deployment, single binary unbeatable. Compared with Graphite which was state of the art when I started using InfluxDB
What do you dislike about the product?
Pseudo-SQL syntax sometimes tricky because of perceived faux familiarity. Also in it's usual habitat (docker container) the REPL has no autocomplete or tab completion which can make editing queries tricky. Fortunately this doesn't have to be done much, as most people with use Grafana in front of it most of the time.
What problems is the product solving and how is that benefiting you?
Metrics data in general (alerting via Grafana) and also as principle data store of time series data which is shared with customers via our web application. In that regard, for some of our data InfluxDB is a primary data store for business critical operations.
Recommendations to others considering the product:
Look beyond the fact that the vendor wants you to use their whole stack. Their TICK stack has strenghts and weaknesses. InfluxDB coupled with Grafana works wonderfully, and Telegraf is a good "metrics collector" too.
I have been fairly disappointed in InfluxDB
What do you like best about the product?
How easy it is to pump data into InfluxDB, query it, and downsample it.
The query language is great, intuituve, and well thought out.
It is fairly easy to install, configure, and get working out of the box.
The query language is great, intuituve, and well thought out.
It is fairly easy to install, configure, and get working out of the box.
What do you dislike about the product?
Performance. I have very little data (100k points) on an Amazon EC2 t2.medium instance (below recommendations, but I have very little data) and when I query for data it crushes the CPU. And is very slow to return results.
What problems is the product solving and how is that benefiting you?
Tracking site wide metrics via timestamped events. It allows us to track a variety of metrics easily and query on them as we think of new ways to massage the data.
THE database for time series
What do you like best about the product?
This is the database to go for if you have time series to store. Optimized for that functionality with no bling bling features that have no relevance. I like that you can communicate with it with HTTP directly. Very useful for web applications. Also, the tags system is very useful to annotate your data without adding redundancy in your database. I like also the storage engine that do not take so much disk space to store a big amount of data, which is very useful for use cases like Internet of Things where you have to store multiple values per points in very small ranges of times (every 30s or less).
What do you dislike about the product?
The documentation states it as a CRud database, e.g. it is developed to Create and Read from it, but not really for Update or Delete, which is a logical thing to do in a time series database. But sometimes you want really to delete or update some points, which is not as simple as the word update/delete seems.
What problems is the product solving and how is that benefiting you?
The problem we solved with Influx is to never have to deal with time. It is automatically managed in a very cool way. You just throw the values at it and its done. This allows the developer to focus more in their server logic and have more time and effort to fix that without worrying about the data he is working with.
Recommendations to others considering the product:
You just need to look at their roadmap, as Influx is still in development.
showing 101 - 104