PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 19 hours 49 minutes 16 seconds

Memory

Total
512MB
Used
8,15MB (1.59%)
Free
503,85MB

Keys

Current
6 252
Total (since start)
11 098
Evictions
0
Reclaimed
299
Expired Unfetched
0
Evicted Unfetched
0

Connections

Current
3 / 1 024 max
Total
72 932
Rejected
0
llm:005458ed0f60bf18e527d1e52eb487164b032b95f3705790a5dc6926d0bcb69b
TTL 6 days 14 minutes 17 seconds Size 1,74KB Export
Edit
This dataset captures the operational telemetry of a data profiling and classification engine, logging 2.0 million events across 20 tables that track how datasets flow through analysis pipelines, how columns are catalogued and tagged, and how large language models are invoked to interpret schema semantics. The architecture is heavily skewed: **columns_catalog** alone holds 1.5 million rows—75% of all data—making this primarily a column-level metadata repository with auxiliary job execution and LLM usage logs. Referential integrity is strong at 94%, anchored by validated joins from **analysis_run_llm_usage** and **tables_catalog** back to their parent **analysis_runs** and **datasets** tables, enabling reliable reconstruction of which profiling jobs touched which datasets and what AI inference costs they incurred. The critical quality risk is **nia_messages.author_geo**, which is 100% null across all 5,279 records and renders geographic attribution of system messages impossible; if user location or compliance jurisdiction matters, this gap must be closed at the source. The dataset excels at retrospective analysis—tracing column discovery over time, auditing classification decisions through **classification_candidates** and **classification_overrides**, and correlating LLM token spend with job outcomes—but it is not transactional data suitable for real-time alerting or customer-facing analytics. Use it to optimize profiling workflows, benchmark model performance, and justify infrastructure investment; do not expect it to answer questions about the *business domains* being profiled, only about the profiling system itself.