PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 14 hours 41 minutes 38 seconds

Memory

Total
512MB
Used
13,29MB (2.6%)
Free
498,71MB

Keys

Current
10 140
Total (since start)
11 096
Evictions
0
Reclaimed
172
Expired Unfetched
0
Evicted Unfetched
0

Connections

Current
3 / 1 024 max
Total
69 636
Rejected
0
llm:8b546ae2d348fbbf96b76d24422ec860a9edf28398c348b561a9cfcfb54c8009
TTL 3 days 4 hours 22 minutes 29 seconds Size 2,33KB Export
Edit
### 1.1 Business Data Landscape This dataset captures competitive table tennis match activity from September 2022, organized as a single comprehensive dimension table. The **table_tennis_sept2022** table serves as the sole data asset, containing 7,851 rows that document individual match results, player performance, and tournament context. The structure suggests a flat, event-level recording system where each row represents a discrete competitive outcome rather than a normalized relational model. This design pattern is typical of sports analytics environments where match-by-match granularity takes precedence over entity separation, enabling rapid querying of player statistics, head-to-head records, and tournament progression without join complexity. ### 1.2 Key Data Assets | Table | Role | Rows | % of Total | Size | |-------|------|-----:|----------:|-----:| | table_tennis_sept2022 | dimension | 7,851 | 100.0% | 0.2 MB | The **table_tennis_sept2022** table constitutes the entire dataset, holding all 7,851 match records in a 0.2 MB footprint. This single-table architecture concentrates player identifiers, match outcomes, scoring details, and temporal attributes in one queryable structure, making it the definitive source for September 2022 competitive analysis. The compact size belies its analytical potential: with nearly 8,000 match observations, the table supports statistically meaningful player rankings, win-rate calculations, and performance trend analysis across the month. ### 1.3 Data Integration Posture With zero inter-table relationships detected, this dataset operates as a self-contained analytical unit rather than part of a broader data ecosystem. The absence of foreign keys reflects either a deliberate denormalized design for performance or an opportunity to enrich the dataset by linking to persistent player profiles, venue master data, or historical match archives from other months. For cross-functional analytics—such as correlating player performance with training regimens, equipment choices, or demographic factors—business leaders should anticipate manual integration work or plan schema evolution to introduce reference tables that the current 100% referential integrity score confirms are not yet present.