summaryrefslogtreecommitdiffstats
path: root/database/engine
AgeCommit message (Expand)Author
2021-03-22Add data query support for archived charts (#10771)Stelios Fragkakis
2021-03-10Rename struct avl to avl_element and the typedef to avl_t (#10735)vkalintiris
2021-03-09Use of out-of-line struct definitions. (#10739)vkalintiris
2021-03-02Add support for changing the number of pages per extent dynamically during ru...Markos Fountoulakis
2021-02-24Try to keep all pages from extents read from disk in the cache. (#10558)Markos Fountoulakis
2021-01-19Remove unused entries from structures (#10519)Stelios Fragkakis
2021-01-15Fix broken dbengine stress tests. (#10502)Markos Fountoulakis
2020-12-04Fix a compilation warning (#10320)Vladimir Kobal
2020-12-03dbengine extent cache (#10293)Markos Fountoulakis
2020-11-24Migrate metadata log to SQLite (#10139)Stelios Fragkakis
2020-09-29Add docsv2 project to master branch (#10000)Joel Hans
2020-09-24Improved the data query when using the context parameter (#9978)Stelios Fragkakis
2020-09-15Added context parameter to the data endpoint (#9931)Stelios Fragkakis
2020-09-04Fix race condition with orphan hosts (#9862)Markos Fountoulakis
2020-09-01Fix multi-host DB corruption when legacy metrics reside in localhost. (#9855)Markos Fountoulakis
2020-08-28fixes compilation warnings (#9845)Timotej S
2020-08-27Fix empty dbengine files (#9820)Markos Fountoulakis
2020-08-26Improve dbengine docs and add new multihost setting (#9817)Joel Hans
2020-08-20Added code to release memory used by the global GUID map (#9729)Stelios Fragkakis
2020-08-14Fix flushing errors (#9738)Markos Fountoulakis
2020-08-12Fixed global GUID map memory leak (#9725)Stelios Fragkakis
2020-07-28Implemented multihost database (#9556)Stelios Fragkakis
2020-07-17Implemented the HOST command in metadata log replay (#9489)Stelios Fragkakis
2020-07-16Implemented default disk space size calculation for multihost db (#9504)Stelios Fragkakis
2020-07-15Fix compilation warnings (#9544)Vladimir Kobal
2020-06-29Disallow dimensions or charts being obsoleted and archived simultaneously. (#...Markos Fountoulakis
2020-06-19Improved error handling and recovery during compaction and metadata log repla...Stelios Fragkakis
2020-06-16Replace assert calls (#9349)Markos Fountoulakis
2020-06-15Fixed compiler warnings (#9337)Stelios Fragkakis
2020-06-12Change streaming terminology to parent/child in docs (#9312)Joel Hans
2020-06-12Add support for persistent metadata (#9324)Stelios Fragkakis
2020-05-29Improve dbengine docs for streaming setups (#9177)Joel Hans
2020-05-19Reduce minimum size for dbengine disk space (#9094)Markos Fountoulakis
2020-05-18Add links to promote database engine calculator (#9067)Joel Hans
2020-04-14Docs: Standardize links between documentation (#8638)Joel Hans
2020-03-23Fix flushing error threshold (#8425)Markos Fountoulakis
2020-03-16Fix streaming scaling (#8375)Markos Fountoulakis
2020-03-10Bulk add frontmatter to all documentation (#8354)Joel Hans
2020-02-08Fix variety of linter errors across docs (#7944)Joel Hans
2020-02-06Drop dirty dbengine pages if disk cannot keep up (#7777)Markos Fountoulakis
2019-12-20Set standard name to non-libnetdata threads (libuv, pthread) (#7584)Adrien Mahieux
2019-12-18Fix race condition in dbengine (#7565)thiagoftsm
2019-12-17Revert "Fix race condition in dbengine (#7533)" (#7560)Andrew Moss
2019-12-16Fix race condition in dbengine (#7533)Markos Fountoulakis
2019-12-09Fix race condition with page cache descriptors (#7478)Markos Fountoulakis
2019-12-07Fix dbengine dirty page flushing warning (#7469)Markos Fountoulakis
2019-12-04Implement netdata command server and cli tool (#7325)Markos Fountoulakis
2019-11-11Makefile.am files indentation (#7252)Konstantinos Natsakis
2019-10-24detect if the disk cannot keep up with data collection (#7139)Markos Fountoulakis
2019-10-07Handle cases where metric timestamps are inversed and data collection interva...Markos Fountoulakis