Fresh from our labs

A collection of technical articles

DBaaS vs PaaS: how to choose?

To DBaaS or to PaaS, that is the question. That's it! You've decided to run

Read More

Optimized QuasarDB, part 1: storage

Reaching your performance, durability and efficiency goals in a production setup can be a challenge:

Read More

Don’t write your own persistence layer: why we chose RocksDB

Our use case In a nutshell, Quasar helps you anticipate the unpredicted. (more…)

Read More

Why C++?

Ah! C++! The most horrible language in the universe. Responsible for everything that is wrong

Read More

Large scale Industrial IoT: lessons learned

Industrial Internet of Things (IIoT) is facing the new challenge of having to ingest very

Read More

Achieving maximum write speed with QuasarDB

QuasarDB is the fastest timeseries database in the world by ingestion speed (and probably by

Read More

Three cool free extensions for VS 2019

Although QuasarDB is mostly run on Linux, most of the development team works primarily on

Read More

Improving our release process

You might have noticed that we didn't release QuasarDB 3.9.0 on May 4th, 2020, as

Read More

auto abuse considered harmful

Auto is a keyword introduced in C++ 11 out of the necessity to capture lambdas.

Read More

Using C++ containers efficiently

Hello, dear reader! I think you have many assumptions about the performance and usage of

Read More