storj/storagenode/storagenodedb
Jeff Wendling a2418b22af storagenodedb: optimize index usage and queries (#2545)
- Drops some unused indexes
- Applies a computed index to timestamp columns
- Applies a partial index for expired pieces
- Uses BETWEEN to avoid some datetime calls
- Filters expired piece search by those that aren't NULL
2019-07-12 15:29:09 -04:00
..
storagenodedbtest protocol: implement new piece signing and verification (#2525) 2019-07-11 16:51:40 -04:00
testdata storagenodedb: optimize index usage and queries (#2545) 2019-07-12 15:29:09 -04:00
bandwidthdb.go storagenodedb: optimize index usage and queries (#2545) 2019-07-12 15:29:09 -04:00
consoledb.go storagenode/consoledb: fix daily bandwidth query (#2446) 2019-07-03 15:08:40 -04:00
database.go Drop SN certifiates table from DB (#2498) 2019-07-09 17:33:45 -04:00
infodb.go storagenodedb: optimize index usage and queries (#2545) 2019-07-12 15:29:09 -04:00
migrations_test.go storagenodedb: optimize index usage and queries (#2545) 2019-07-12 15:29:09 -04:00
orders.go protocol: implement new piece signing and verification (#2525) 2019-07-11 16:51:40 -04:00
pieceinfo.go storagenodedb: optimize index usage and queries (#2545) 2019-07-12 15:29:09 -04:00
usedserials.go storagenodedb: use datetime functions in sqlite queries (#2512) 2019-07-10 10:47:59 -04:00
vouchers.go Update vouchers.go (#2544) 2019-07-12 12:55:48 -04:00