You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql_reference.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -588,13 +588,13 @@ It returns the top 3 client IP addresses that have the most unique user agents.
588
588
| 10 | 192.168.1.150 | 690 |
589
589
590
590
591
-
## Why Results Are Approximate
591
+
**Why Results Are Approximate**
592
592
Results are approximate due to two factors:
593
593
594
594
1. **HyperLogLog approximation:** Distinct counts are estimated, not exact.
595
595
2. **Space-Saving distribution:** Some globally significant client IPs might not appear in individual nodes' top 10 lists due to uneven data distribution.
596
596
597
-
## Limitations
597
+
**Limitations**
598
598
599
599
- Results are approximate, not exact.
600
600
- Distinct count accuracy depends on HyperLogLog algorithm precision.
0 commit comments