summaryrefslogtreecommitdiffstats
path: root/database/sqlite/sqlite_functions.h
AgeCommit message (Expand)Author
2024-02-01Create a top-level directory to contain source code. (#16896)vkalintiris
2024-01-29Update statistics to address slow queries (#16838)Stelios Fragkakis
2024-01-15Add additional fail reason and source during database initialization (#16794)Stelios Fragkakis
2023-10-06Code improvements (#16104)Stelios Fragkakis
2023-09-28Convert the ML database (#16046)Stelios Fragkakis
2023-09-01Add better recovery for corrupted metadata (#15891)Stelios Fragkakis
2023-09-01Reduce label memory (#15255)Stelios Fragkakis
2023-08-23Add a fail reason to pinpoint exactly what went wrong (#15866)Stelios Fragkakis
2023-08-03Revert "Refactor RRD code. (#15423)" (#15723)vkalintiris
2023-07-26Refactor RRD code. (#15423)vkalintiris
2023-06-21Use a single health log table (#15157)Emmanuel Vasilakis
2023-05-02Load/Store ML models (#14981)vkalintiris
2023-03-16Use one thread for ACLK synchonization (#14281)Stelios Fragkakis
2023-02-23Fix context unittest coredump (#14595)Stelios Fragkakis
2023-01-27DBENGINE v2 - improvements part 10 (#14332)Costa Tsaousis
2023-01-19Remove archivedcharts endpoint, optimize indices (#14296)Stelios Fragkakis
2022-11-20streaming compression, query planner and replication fixes (#14023)Costa Tsaousis
2022-10-26Find the chart and dimension UUID from the context (#13868)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-09-19RRD structures managed by dictionaries (#13646)Costa Tsaousis
2022-09-14Add sqlite page cache hit and miss statistics (#13665)Stelios Fragkakis
2022-09-01Don't try to load db rows when chart_id or dim_id is null (#13608)Emmanuel Vasilakis
2022-08-31sqlite3 global statistics (#13594)Costa Tsaousis
2022-08-02Load host labels for archived hosts (#13464)Stelios Fragkakis
2022-07-28Store host label information in the metadata database (#13441)Stelios Fragkakis
2022-07-24Rrdcontext (#13335)Costa Tsaousis
2022-07-20Store host system information in the database (#13402)Stelios Fragkakis
2022-07-06Remove strftime from statements and use unixepoch instead (#13250)Stelios Fragkakis
2022-07-04Migrate data when machine GUID changes (#13232)Stelios Fragkakis
2022-05-31Fix the retry count and netdata_exit check when running an sqlite3_step comma...Stelios Fragkakis
2022-05-10Initialize the metadata database when performing dbengine stress test (#12861)Stelios Fragkakis
2022-05-03One way allocator to double the speed of parallel context queries (#12787)Costa Tsaousis
2022-04-19Add the ability to perform a data query using an offline node id (#12650)Stelios Fragkakis
2022-03-31Improve ACLK sync logging (#12534)Stelios Fragkakis
2022-02-23Store dimension hidden option in the metadata db (#12196)Stelios Fragkakis
2021-11-26Add commands to check and fix database corruption (#11828)Stelios Fragkakis
2021-10-06Enable additional functionality for the new cloud architecture (#11579)Stelios Fragkakis
2021-09-23Add alert message support for ACLK new architecture (#11552)Emmanuel Vasilakis
2021-09-21Add chart message support for ACLK new architecture (#11447)Stelios Fragkakis
2021-09-19Use sqlite to store the health log and alert configurations. (#11399)Emmanuel Vasilakis
2021-08-11Add ACLK synchronization event loop (#11396)Stelios Fragkakis
2021-07-07ACLK-NG New Cloud NodeInstance related msgs (#11234)Timotej S
2021-06-01Store uuid_t metric_uuid in the dimension state structure instead of uuid_t *...Stelios Fragkakis
2021-05-24Remove unecessary relative paths when including headers. (#11124)vkalintiris
2021-04-29Add functionality to store node_id for a host (#11059)Stelios Fragkakis
2021-04-22Persist claim ids in local database for parent and children (#10993)Stelios Fragkakis
2021-03-22Add data query support for archived charts (#10771)Stelios Fragkakis
2021-03-09Add the ability to store chart labels in the database (#10718)Stelios Fragkakis