[FOLLOW UP QUESTION TO #2069]
Does it means data get appended to commit log but not stored in sorted format immediately ?
What will happen to the client requests which comes before coalese/compaction process runs . When client/application tries to read same data which just got inserted but not got coalesced yet ? does query becomes expensive because it has to query and sort the data then serve/respond to the client which could consume more time and system resources ?