I understood that clickhouse is eventually consistent. So once an insert call returns, it doesn't mean that the data will appear in a select query.
- does that apply to stand-alone clickhouse (no distribution, no replication)?
- I understand the concept of eventual consistency for data replication, but does it apply with distribution but no replication?
- using a distributed+replicated clickhouse, what is a recommended way to know that some insert(s) can be safely looked up?
Basically I didn't find much information on this topic, so maybe I am not asking the best questions. Feel free to enlighten me.