> When using replication, reads and writes to the same cluster are consistent, and between different clusters, reads and writes are eventually consistent. If an instance does not use replication, Bigtable provides strong consistency, because all reads and writes are sent to the same cluster.
> Both tables and LSIs provide two read consistency options: eventually consistent (default) and strongly consistent reads
> Eventually consistent reads are half the cost of strongly consistent reads