PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 9 hours 46 minutes 14 seconds

Memory

Total
512MB
Used
13,32MB (2.6%)
Free
498,68MB

Keys

Current
10 162
Total (since start)
11 092
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0

Connections

Current
3 / 1 024 max
Total
65 529
Rejected
0
llm:2044bacfc42bd820e0d5a23ff1de1583d1819d688307b89c0362d54933b3ea26
TTL 6 days 11 hours 46 minutes 27 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.