Skip to content

Commit 458804d

Browse files
Merge pull request #86 from openobserve/topk-documentation
updated sql_reference doc
2 parents e02eb08 + 8871cf2 commit 458804d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sql_reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,13 +588,13 @@ It returns the top 3 client IP addresses that have the most unique user agents.
588588
| 10 | 192.168.1.150 | 690 |
589589

590590

591-
## Why Results Are Approximate
591+
**Why Results Are Approximate**
592592
Results are approximate due to two factors:
593593

594594
1. **HyperLogLog approximation:** Distinct counts are estimated, not exact.
595595
2. **Space-Saving distribution:** Some globally significant client IPs might not appear in individual nodes' top 10 lists due to uneven data distribution.
596596

597-
## Limitations
597+
**Limitations**
598598

599599
- Results are approximate, not exact.
600600
- Distinct count accuracy depends on HyperLogLog algorithm precision.

0 commit comments

Comments
 (0)