The single transactor and write performance

Was reading back this thread and I’m still intrigued. How are isolated transactions before the commit ? Are you processing all transactions concurrently in multiple threads using optimistic updates ? Or are you processing them sequentially in one thread? If sequential was is processed in multiple threads? What kind of isolation are you doing?