summaryrefslogtreecommitdiffstats
path: root/database/engine/rrdengine.h
AgeCommit message (Expand)Author
2024-02-01Create a top-level directory to contain source code. (#16896)vkalintiris
2023-12-27Shutdown dbengine event loop properly (#16658)Stelios Fragkakis
2023-12-12Handle coverity issues related to Y2K38_SAFETY (#16583)Stelios Fragkakis
2023-11-21Add support for gorilla pages for tier 0. (#15969)vkalintiris
2023-10-27Faster parents (#16127)Costa Tsaousis
2023-10-18Fix statistics calculation in 32bit systems (#16222)Stelios Fragkakis
2023-08-03Revert "Refactor RRD code. (#15423)" (#15723)vkalintiris
2023-07-26Refactor RRD code. (#15423)vkalintiris
2023-07-06Code reorg and cleanup - enrichment of /api/v2 (#15294)Costa Tsaousis
2023-06-19Obvious memory reductions (#15204)Costa Tsaousis
2023-04-07Boost dbengine (#14832)Costa Tsaousis
2023-03-22uuid_compare() replaced with uuid_memcmp() (#14787)Costa Tsaousis
2023-02-07Streaming interpolated values (#14431)Costa Tsaousis
2023-02-02DBENGINE v2 - improvements part 12 (#14379)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-18DBENGINE v2 - improvements part 5 (#14289)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-03fix v1.37 dbengine page alignment crashes (#14086)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-09Remove extern from function declared in headers. (#13790)vkalintiris
2022-07-26Tiering statistics API endpoint (#13420)Costa Tsaousis
2022-07-11Detect stored metric size by page type (#13334)Stelios Fragkakis
2022-07-06Multi-Tier database backend for long term metrics storage (#13263)Stelios Fragkakis
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-16Remove pinned page reference (#13108)Stelios Fragkakis
2022-05-24Faster queries (#12988)Costa Tsaousis
2022-05-20cleanup and optimize rrdeng_load_metric_next() (#12966)Costa Tsaousis
2022-05-07speedup queries by providing optimization in the main loop (#12811)Costa Tsaousis
2022-05-03Configurable storage engine for Netdata agents: step 1 (#12776)Adrien Béraud
2022-04-28feat(dbengine): make dbengine page cache undumpable and dedupuble (#12765)Ilya Mashchenko
2021-05-24Remove unecessary relative paths when including headers. (#11124)vkalintiris
2021-04-14Spelling database (#10914)Josh Soref
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
2020-12-03dbengine extent cache (#10293)Markos Fountoulakis
2020-07-28Implemented multihost database (#9556)Stelios Fragkakis
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