summaryrefslogtreecommitdiff
path: root/src/database/abstraction/rocksdb.rs
AgeCommit message (Expand)Author
2023-08-29wip: Hard-code info log sizetopic/limit_info_logscos
2023-07-26relax recovery modeCharles Hall
2023-07-03improvement: better memory usage and admin commands to analyze itTimo Kösters
2023-05-21chore: bump rocksdbTimo Kösters
2022-10-10cargo clippyNyaaori
2022-10-10fix: sending does not workTimo Kösters
2022-10-10cargo fmtTimo Kösters
2022-10-10fix: some compile time errorsTimo Kösters
2022-02-12Simplify return type of most route handlersJonas Platte
2022-01-17refactor: fix warningsTimo Kösters
2022-01-17feat: implement server ACLsTimo Kösters
2022-01-14feat: config option for rocksdb max open filesTimo Kösters
2022-01-13refactor: fix warningsTimo Kösters
2022-01-13fix: better memory usage messageTimo Kösters
2022-01-13fix: disable direct IO againTimo Kösters
2022-01-13improvement: optimize rocksdb for spinning disksTimo Kösters
2022-01-13fix: use db options for column families tooTimo Kösters
2022-01-13improvement: rocksdb configurationTimo Kösters
2022-01-13improvement: memory usage for cachesTimo Kösters
2022-01-13Add rocksdb implementation of memory_usage()Andrej Kacian
2022-01-13feat: database backend selection at runtimeTimo Kösters
2022-01-13improvement: don't fetch event multiple timesTimo Kösters
2022-01-13fix: atomic incrementTimo Kösters
2022-01-13fix: stack overflows when fetching auth eventsTimo Kösters
2022-01-13improvement: allow rocksdb againTimo Kösters
2021-08-04remove rocksdbTimo Kösters
2021-07-20improvement: auth chain cacheTimo Kösters
2021-07-14SqliteJonathan de Jong