summaryrefslogtreecommitdiffstats
path: root/database/engine/rrdengine.c
AgeCommit message (Expand)Author
2023-01-27DBENGINE v2 - improvements part 10 (#14332)Costa Tsaousis
2023-01-26DBENGINE v2 - improvements part 9 (#14326)Costa Tsaousis
2023-01-25DBENGINE v2 - improvements part 8 (#14319)Costa Tsaousis
2023-01-23DBENGINE v2 - improvements part 7 (#14307)Costa Tsaousis
2023-01-20DBENGINE v2 - improvements part 6 (#14299)Costa Tsaousis
2023-01-20Fixes required to make the agent work without crashes on MacOS (#14304)vkalintiris
2023-01-18DBENGINE v2 - improvements part 5 (#14289)Costa Tsaousis
2023-01-17DBENGINE v2 - improvements part 4 (#14285)Costa Tsaousis
2023-01-17DBENGINE v2 - improvements part 3 (#14269)Costa Tsaousis
2023-01-13DBENGINE v2 - improvements 2 (#14257)Costa Tsaousis
2023-01-12DBENGINE v2 - improvements part 1 (#14251)Costa Tsaousis
2023-01-10DBENGINE v2 (#14125)Costa Tsaousis
2022-12-02Fix 1.37 crashes (#14081)Stelios Fragkakis
2022-11-15Revert "New journal disk based indexing for agent memory reduction" (#14000)Costa Tsaousis
2022-11-15New journal disk based indexing for agent memory reduction (#13885)Stelios Fragkakis
2022-10-24Use mmap to read an extent from a datafile (#13834)Stelios Fragkakis
2022-10-16Add a thread to asynchronously process metadata updates (#13783)Stelios Fragkakis
2022-10-13dbengine free from RRDSET and RRDDIM (#13772)Costa Tsaousis
2022-10-13overload libc memory allocators with custom ones to trace all allocations (#1...Costa Tsaousis
2022-10-09full memory tracking and profiling of Netdata Agent (#13789)Costa Tsaousis
2022-09-27Remove Chart/Dim based communication (#13650)Timotej S
2022-09-08Improve agent shutdown time (#13649)Stelios Fragkakis
2022-07-26Tiering statistics API endpoint (#13420)Costa Tsaousis
2022-07-26Set value to SN_EMPTY_SLOT if flags is SN_EMPTY_SLOT (#13417)Emmanuel Vasilakis
2022-07-24Rrdcontext (#13335)Costa Tsaousis
2022-07-06Multi-Tier database backend for long term metrics storage (#13263)Stelios Fragkakis
2022-06-28netdata doubles (#13217)Costa Tsaousis
2022-06-17Revert "Configurable storage engine for Netdata agents: step 3 (#12892)" (#13...vkalintiris
2022-06-16Configurable storage engine for Netdata agents: step 3 (#12892)Adrien BĂ©raud
2022-06-15Add an option to use malloc for page cache instead of mmap (#13142)Stelios Fragkakis
2022-05-09Workers utilization charts (#12807)Costa Tsaousis
2022-05-04* Add a parameter for the libuv worker threads to pre-initialize (#12814)Stelios Fragkakis
2022-04-28feat(dbengine): make dbengine page cache undumpable and dedupuble (#12765)Ilya Mashchenko
2022-04-19Fix Valgrind errors (#12619)Vladimir Kobal
2022-01-18Do not use dbengine headers when dbengine is disabled. (#11967)vkalintiris
2021-10-22Reuse the SN_EXISTS bit to track anomaly status. (#11154)vkalintiris
2021-10-06Enable additional functionality for the new cloud architecture (#11579)Stelios Fragkakis
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
2020-12-04Fix a compilation warning (#10320)Vladimir Kobal
2020-12-03dbengine extent cache (#10293)Markos Fountoulakis
2020-08-14Fix flushing errors (#9738)Markos Fountoulakis
2020-07-28Implemented multihost database (#9556)Stelios Fragkakis
2020-06-16Replace assert calls (#9349)Markos Fountoulakis
2020-06-12Add support for persistent metadata (#9324)Stelios Fragkakis
2020-03-23Fix flushing error threshold (#8425)Markos Fountoulakis
2020-02-06Drop dirty dbengine pages if disk cannot keep up (#7777)Markos Fountoulakis
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