PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 18 hours 55 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
4 / 1 024 max
Total
72 306
Rejected
0
llm:59c616f50004cba437bb49ba6ee47c3ad180df8739713d2f544abca9155570b1
Edit
Based on the dataset overview, this dataset represents a **data intelligence telemetry platform** designed to monitor, catalog, and analyze data workloads. It tracks everything from column-level metadata in external systems to the internal execution logs and AI model invocations used to profile that data.
Because this is a multi-table relational database (comprising 43 tables and over 2 million rows), there is no single definition for a "row." Instead, a single row represents a specific entity or event depending on the table it belongs to. The dataset is structured across three main operational layers:
* **Metadata Catalog (`columns_catalog`, `tables_catalog`, `datasets`):** A single row here represents an inventoried data asset. For example, a row in `columns_catalog` (which makes up 75.3% of the dataset with over 1.5 million rows) represents a single profiled column from a monitored external dataset.
* **Execution Layer (`job_logs`, `analysis_runs`, `batches`):** A single row in these tables represents a processing activity or event. For instance, a row in `job_logs` (303,822 rows) is a granular execution event or log entry.
* **Intelligence Layer (`llm_calls`, `analysis_run_llm_usage`, `classification_candidates`):** A single row here captures an AI-assisted operation. A row in `llm_calls` (49,360 rows) represents a single invocation of a Large Language Model used to enrich metadata or profile data.
**Note on Data Integration:** Currently, the dataset exists in a fragmented state. Despite having many tables, the telemetry data lacks join-viable relationships, meaning cross-table analytics (e.g., linking a specific LLM call directly to the column tag it generated) would require manual correlation.