summaryrefslogtreecommitdiffstats
path: root/database/rrddim.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-23DBENGINE v2 - improvements part 7 (#14307)Costa Tsaousis
2023-01-20track memory footprint of Netdata (#14294)Costa Tsaousis
2023-01-17DBENGINE v2 - improvements part 3 (#14269)Costa Tsaousis
2023-01-10DBENGINE v2 (#14125)Costa Tsaousis
2023-01-04Refactor ML code and add support for multiple KMeans models (#14198)vkalintiris
2022-12-22Revert "Refactor ML code and add support for multiple KMeans models. … (#14...vkalintiris
2022-12-21Refactor ML code and add support for multiple KMeans models. (#14065)vkalintiris
2022-12-03fix v1.37 dbengine page alignment crashes (#14086)Costa Tsaousis
2022-12-02Fix 1.37 crashes (#14081)Stelios Fragkakis
2022-11-22use 2 levels of judy arrays to speed up replication on very busy parents (#14...Costa Tsaousis
2022-11-20streaming compression, query planner and replication fixes (#14023)Costa Tsaousis
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-11-09Remove anomaly rates chart. (#13763)vkalintiris
2022-11-03recalculate last_collected_total (#13945)Costa Tsaousis
2022-11-01Rrddim acquire on replay set (#13932)Costa Tsaousis
2022-10-26Find the chart and dimension UUID from the context (#13868)Stelios Fragkakis
2022-10-23QUERY_TARGET: new query engine for Netdata Agent (#13697)Costa Tsaousis
2022-10-17fix tiers update frequency (#13844)Costa Tsaousis
2022-10-16Add a thread to asynchronously process metadata updates (#13783)Stelios Fragkakis
2022-10-14Add variants of functions allowing callers to specify the time to use. (#13791)vkalintiris
2022-10-13dbengine free from RRDSET and RRDDIM (#13772)Costa Tsaousis
2022-10-09full memory tracking and profiling of Netdata Agent (#13789)Costa Tsaousis
2022-10-05Allow netdata plugins to expose functions for querying more information about...Costa Tsaousis
2022-09-27Remove Chart/Dim based communication (#13650)Timotej S
2022-09-26Fix warnings during compilation time on ARM (32 bits) (#13681)thiagoftsm
2022-09-24Faster streaming by 25% on the child (#13708)Costa Tsaousis
2022-09-19RRD structures managed by dictionaries (#13646)Costa Tsaousis
2022-09-07Obsolete RRDSET state (#13635)Costa Tsaousis
2022-09-06Faster rrdcontext (#13629)Costa Tsaousis
2022-09-05Deduplicate all netdata strings (#13570)Costa Tsaousis
2022-07-24Rrdcontext (#13335)Costa Tsaousis
2022-07-06Multi-Tier database backend for long term metrics storage (#13263)Stelios Fragkakis
2022-07-05Null terminate string if file read was not successful (#13299)Stelios Fragkakis
2022-06-28netdata doubles (#13217)Costa Tsaousis
2022-06-27Removes Legacy JSON Cloud Protocol Support In Agent (#13111)Timotej S
2022-05-18Optimize the dimensions option store to the metadata database (#12952)Stelios Fragkakis
2022-05-17Adjust the dimension liveness status check (#12933)Stelios Fragkakis
2022-05-12Fix compilation warnings (#12886)Vladimir Kobal
2022-05-11Configurable storage engine for Netdata agents: step 2 (#12808)Adrien Béraud
2022-05-09Resolve coverity issues (#12846)Stelios Fragkakis
2022-05-07fix memory leaks and mismatches of the use of the z functions for allocations...Costa Tsaousis
2022-05-04Optimize linking of foreach alarms to dimensions. (#12813)vkalintiris
2022-05-03Improve agent cloud chart synchronization (#12655)Stelios Fragkakis
2022-05-03Remove per chart configuration. (#12728)vkalintiris
2022-05-03Skip dimension deletion on free (temp fix) (#12777)Stelios Fragkakis
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