auto abuse considered harmful
Auto is a keyword introduced in C++ 11 out of the necessity to capture lambdas.
Auto is a keyword introduced in C++ 11 out of the necessity to capture lambdas.
Hello, dear reader! I think you have many assumptions about the performance and usage of data structures in C++. This blog post is me, destroying your world.
Deploying QuasarDB in cloud-native environments has been possible for many years using the official Docker containers we provide. With the recent rise of container orchestration platforms such as Kubernetes, we can do much more: a single interface to provision, monitor and operate a QuasarDB cluster.
In QuasarDB 3.5 we introduced ASOF joins. If you’re new to timeseries databases, you may be confused about what ASOF joins are, and how useful they are.
How do you release software? The traditional approach to software release is to make a list of features estimate how long it will take, and plan accordingly.
Timeseries data = ingestion challenges If there’s one thing that’s hard when managing timeseries data is just the sheer amount of it. Timeseries data has volume built-in because it’s cumulative. You don’t want a single picture: you want the whole movie!