PHPMem v2.0.1

Version
1.6.45
Uptime
7 days 19 hours 50 minutes 23 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 053
Rejected
0
llm:25c11529d544b8558bf2f5dedca0c68b7d9a199e42261ee510123596d08d5832
TTL 6 days 1 hour 37 minutes 11 seconds Size 1,73KB Export
Edit
```xml <result> <column_name>docs_indexed</column_name> <family>additive</family> <subtype>ordinal_additive</subtype> <confidence>0.85</confidence> <requires_user_confirmation>false</requires_user_confirmation> <sum_meaningful>true</sum_meaningful> <signed>false</signed> <reducers> <primary_reducer>sum</primary_reducer> <valid_reducers>sum, mean, min, max, median, count, last</valid_reducers> <excluded_reducers>product (not a ratio), geomean (not a ratio)</excluded_reducers> <average_semantics>arithmetic_mean</average_semantics> </reducers> <inner_outer_measure> <inner_measure_reducer>sum</inner_measure_reducer> <outer_measure_reducer>sum</outer_measure_reducer> </inner_outer_measure> <multiplicative_partner_derivable>true</multiplicative_partner_derivable> <reasoning> Table is PATH with sequence axis, so ordinal_additive is plausible. Column name "docs_indexed" strongly signals a count/quantity (real_additive naming). However, this is an instantaneous state measure on a PATH table - the number of documents indexed AT each timestamp, not a delta. Large magnitude (max 14M), unbounded range, strictly non-negative, contains zeros - all consistent with additive family. The key distinction: this is a snapshot level at each sequence step, not a flow/delta, making it ordinal_additive (sum across entities at fixed time; last/rank along sequence). Classified as ordinal rather than real_additive because summing instantaneous counts across timestamps is not meaningful without normalization. </reasoning> <table_type_conflict>false</table_type_conflict> </result> ```