Open samuelstroschein opened 2 weeks ago
Moving this ticket to release candidate because:
A good strategy is to simply not worry about WITHOUT ROWID until near the end of product development, then go back and run tests to see if adding WITHOUT ROWID to tables with non-integer PRIMARY KEYs helps or hurts performance, and retaining the WITHOUT ROWID only in those cases where it helps.
Context
We define primary keys, there is no need for the implicit rowid column that sqlite sets.
https://www.sqlite.org/withoutrowid.html
Proposal
Use withoutrowid.