PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 5 hours 54 minutes 23 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
2 / 1 024 max
Total
61 346
Rejected
0
llm:896f71c86d54c9b4583f625a9b3a5cf5ab66d099c85e565da6289f129f745056
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.