Hello, I am designing a system where for a situation, I need to have SERIAL consistency during writes.
I understand that if the write was with QUORUM, a Read with QUORUM would have fetched me the correct (most recent) data. My question is what is the minimum consistency level required for read, when my write consistency is SERIAL. Any pointers would be much appreciated. Thanks & regards Arko