Oct 19, 2023
I was reading about the YDB transaction model and seeing this in the doc:
Changes made by a single transaction must fit inside available memory, and a transaction "doesn't see" its changes.
Did you have to change the TPC-C transactions for that? Typically, OLTP applications read and write and must see their own changes.