It's my understanding that LWT inserts are always done with SERIAL consistency level. If true, does that mean that reading a row inserted as LWT, can be safely read with a consistency level of ANY?
In other words, I assume an LWT insert is fully consistent, making any subsequent read also fully consistent, regardless of consistency level?