PostgreSQL HeapTable + Pin vs MySQL InnoDB IOT + Persistent Cursor (from Chen Zongzhi's Medium blog)
♦pIn an earlier post I went through the Pin mechanism from PostgreSQL’s Buffer Access 5 Rules. HeapTable + Pin leads to a few more differences from InnoDB, and that’s what this post is about./pWhy InnoDB has a persistent cursorpInnoDB’s persistent cursor exists to preserve the position of an index tree cursor while a query walks the B-tree./ppWhy is that needed? Take a large query. Once you’ve read
[...]
