Skip to content

[pull] master from netdata:master#1274

Merged
pull[bot] merged 6 commits into
webforfutureinc:masterfrom
netdata:master
Jun 19, 2026
Merged

[pull] master from netdata:master#1274
pull[bot] merged 6 commits into
webforfutureinc:masterfrom
netdata:master

Conversation

@pull

@pull pull Bot commented Jun 19, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

thiagoftsm and others added 6 commits June 19, 2026 14:14
)

SQLite was vendored as the full amalgamation (sqlite3.c at ~9 MB) in
src/database/sqlite/vendored/. With ~10 updates in git history, this
accumulated ~65 MB of uncompressible blob storage, growing by ~9 MB
per version bump.

This replaces the vendored files with a new CMake module
(NetdataSQLite.cmake) that uses ExternalProject_Add to fetch the
SQLite source tree and generate the amalgamation at build time with
--enable-update-limit (required for the UDL-capable parser grammar).

By default, sources are fetched as a tarball from sqlite.org (~14 MB).
A -DSQLITE_USE_GIT=ON option is available to use a shallow git clone
from GitHub instead.
Co-authored-by: ilyam8 <ilya@netdata.cloud>
Co-authored-by: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com>
@pull pull Bot locked and limited conversation to collaborators Jun 19, 2026
@pull pull Bot added the ⤵️ pull label Jun 19, 2026
@pull pull Bot merged commit c636083 into webforfutureinc:master Jun 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants