• From what I understand, if you convert any table to use the clustered columnstore format, you're implicitly using this. It stores the first 10k rows (I believe) in the in-memory OLTP table then uses a tuple mover to move it to the columnstore. Hence its "updatable".