mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-03-31 19:16:10 +00:00
NO_MEMORY_STORE=1 env var makes packet-store fall through to SQLite for all reads. Benchmark spins up both servers on temp ports and compares: SQLite cold, Memory cold, Memory cached. Results on 27K packets (ARM64): Subpaths 5-8: SQLite 4.7s → cached 1.1ms (4,273×) Bulk health: SQLite 1.8s → cached 1.7ms (1,059×) Topology: SQLite 1.1s → cached 3.0ms (367×) Channels: SQLite 617ms → cached 1.9ms (325×) RF Analytics: SQLite 448ms → cached 1.6ms (280×)
9.3 KiB
9.3 KiB