PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 20 hours 40 minutes 39 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
73 727
Rejected
0
llm:edde42257eccef64a7b8b9da622a3e522924750f2bc1e917537e4b690016699b
TTL 6 days 52 minutes 2 seconds Size 2,62KB Export
Edit
### 1.1 Business Data Landscape This dataset represents a **data intelligence telemetry platform** that monitors and catalogs analytical workloads, tracking everything from column-level metadata to machine learning model invocations. The core entities span three operational layers: a **metadata catalog** (columns_catalog, tables_catalog, datasets) that inventories data assets across analyzed systems; an **execution layer** (job_logs, analysis_runs, batches) that records processing activity; and an **intelligence layer** (llm_calls, analysis_run_llm_usage, classification_candidates) that captures AI-assisted profiling and tagging operations. Supporting structures include tag_lineage_edges for tracking metadata propagation and classification_overrides for human-in-the-loop governance. The architecture reflects a system that both observes external data landscapes and generates its own operational telemetry. ### 1.2 Key Data Assets | Table | Role | Rows | % of Total | Size | |-------|------|-----:|----------:|-----:| | columns_catalog | dimension | 1,533,257 | 75.3% | 6.6 MB | | job_logs | path | 303,822 | 14.9% | 1.6 MB | | llm_calls | dimension | 49,360 | 2.4% | 0.2 MB | | column_tags | dimension | 43,853 | 2.2% | 0.1 MB | | tag_lineage_edges | dimension | 42,024 | 2.1% | 0.1 MB | The **columns_catalog** table dominates with three-quarters of all records, suggesting the platform has profiled over 1.5 million individual columns across monitored datasets—a scale indicator of broad deployment. The **job_logs** table captures granular execution events (303,822 entries), while **llm_calls** documents nearly 50,000 AI model invocations used to enrich metadata, and **column_tags** plus **tag_lineage_edges** track how classifications propagate through the catalog. ### 1.3 Data Integration Posture Despite containing 20 tables and 61 detected relationship patterns, **zero relationships are currently join-viable**, indicating the dataset exists in a fragmented state where cross-table analytics require manual correlation or schema remediation. This posture limits the ability to answer integrated questions—such as "which LLM calls contributed to tags on high-cardinality columns" or "what batch processing patterns correlate with classification override rates"—without first establishing foreign key integrity. For a telemetry platform designed to illuminate data relationships in external systems, the irony of its own siloed structure represents both a technical debt and an opportunity to model best practices internally.