Commit Graph

8 Commits

Author SHA1 Message Date
sfan5 e4bf375ac7 General code cleanups/maintenance 2022-02-09 23:09:32 +01:00
sfan5 7ff2288627 Optimize database access further by allowing "brute-force" queries instead of listing available blocks
Also adds a heuristic that will enable this behaviour automatically.
2020-03-27 23:38:18 +01:00
sfan5 5b264fd443 Rewrite DB class to allow backends to fully optimize block fetches 2020-03-27 20:30:13 +01:00
sfan5 9096f70188 C++11 code modernization 2020-03-26 23:14:47 +01:00
Sfan5 d8cfe79116 Better error reporting for LevelDB backend 2014-05-13 14:15:44 +02:00
ShadowNinja 22d3e401f8 Don't use a temporary table for block positions
This also moves database functions and data structures to db.h
2014-04-19 02:13:34 -04:00
ShadowNinja 5905c34ec0 Significantly optimize LevelDB database backend 2014-03-28 17:38:56 -04:00
Sfan5 393d7e2ac0 LevelDB support 2014-03-05 21:42:21 +01:00