Two columns, same rows. Left uses INDEX-based container ids; right uses IDENTITY-based. Type a note into a row, then delete a row ABOVE it (which shifts everything up) and watch whether your note follows the right row. With index ids, morph matches the wrong node; with identity ids it follows the row.