Here is the case that you write a new page through insertTuple, you just write the page into your file through writePage. And if the transaction aborts, the page will be still inserted into your file. I have faced this question too, and don't have a graceful solution.(I just add some clauses)
Here is the case that you write a new page through
insertTuple, you just write the page into your file throughwritePage. And if the transaction aborts, the page will be still inserted into your file. I have faced this question too, and don't have a graceful solution.(I just add some clauses)