Your timestamps deserve better than a generic database - QuestDB
Your timestamps deserve better than a generic database - QuestDB
If you are storing records with a timestamp in your database, it is very likely a time series database can make your life easier.
In the last 15 years, we've seen how there is life beyond PostgreSQL (which is, in fact, a fantastic DB).
There's MongoDB if you want to work with documents, also DynamoDB for key/value, Redis for speed and complex data structures, or even Neo4J for highly connected data.
However, time series databases are still a great unknown area for a large part of the tech community.
In this talk, we will show you what use cases they are good for, what they offer that you cannot get from a traditional database, and when it is a good idea (and when it is not) to use them.
And of course, there will be a live demo and a short workshop session using QuestDB, the fastest open source time series database.
About QuestDB
- GitHub: https://github.com/questdb/questdb
- Website: questdb.io