Is it possible to claim that Sturrock’s fully supports the set of ACID requirements (Atomicity, Consistency, Isolation, Durability)?
Some resources claim that SR does not support this concept. For example - StarRocks vs. TiDB Comparison
The scope of compliance with the ACID concept in the documentation is also blurred, for example, the durability of a transaction cannot be ensured if the DELETE statement to run concurrent DELETE operations or to delete data at data loading - DELETE | StarRocks
StarRocks support read-committed isolation.