This example shows how a concurrent reader and writer can interfere with each other. It creates two threads that run forever reading and writing to the same
table.
When the example is run with isolation enabled, no interference will be observed.
When the example is run with out isolation, the reader will see partial mutations of a row.