astarte-platform / astarte

Core Astarte Repository
https://docs.astarte-platform.org/
Apache License 2.0
236 stars 45 forks source link

Realm Management: consistency in queries is incoherent #944

Open Annopaolo opened 2 months ago

Annopaolo commented 2 months ago

ScyllaBD allows to set consistency on a per-query basis. In general, we expect to write at least to a QUORUM of database nodes, but at the moment it is not always like that: a number of queries use the default consistency value, i.e. ONE. This might lead to consistency issues.