Changes between Initial Version and Version 1 of Ticket #1864, comment 8
- Timestamp:
- 2013-05-30T20:35:30Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1864, comment 8
initial v1 1 Note that in [https://github.com/da vidsarah/tahoe-lafs/commit/b7cea9a3f86c5cc4cfd3910d0300a1008b7b5a13], I got rid of the AUTOINCREMENT key on the `leases` table, replacing it with a semantic primary key. So there are no longer any AUTOINCREMENT keys on leasedb tables where records are created at all frequently. Therefore, I think there is no available performance improvement from this change, at least for leasedb.1 Note that in [https://github.com/daira/tahoe-lafs/commit/b7cea9a3f86c5cc4cfd3910d0300a1008b7b5a13], I got rid of the AUTOINCREMENT key on the `leases` table, replacing it with a semantic primary key. So there are no longer any AUTOINCREMENT keys on leasedb tables where records are created at all frequently. Therefore, I think there is no available performance improvement from this change, at least for leasedb. 2 2 3 3 If you (zooko or warner) agree, I'll just close this ticket as invalid.