Hello, I am doing research on different Time Series Data Bases alternatives for a project in my university.
One of the technical requirements is that the database must be able to scale horizontally (clustering), that is, store the data on several servers (nodes) and be able to adapt to the addition of new nodes to the array.
It is also not clear to me if Kdb + has its own backend or if, like other TSDBs, it requires an external backend (for example KairosDB uses Cassandra as its backend).
I would appreciate if some of you could clarify these questions I have :)