Skip to content

Commit 21caf35

Browse files
Update docs/insights/query.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 27010f4 commit 21caf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/insights/query.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ LIMIT 100
529529

530530
## Best practices
531531

532-
1. **Use the built-in time filtering** - The dashboard, API, and SDK has a time filter that is applied automatically and is easier to work with. It means the queries can be executed with multiple periods easily.
532+
1. **Use the built-in time filtering** - The dashboard, API, and SDK have a time filter that is applied automatically and is easier to work with. It means the queries can be executed with multiple periods easily.
533533
2. **Use LIMIT** - Add a `LIMIT` clause to reduce the rows returned if you don't need everything.
534534
3. **Use appropriate aggregations** - For large datasets, use `uniq()` instead of `uniqExact()` for approximate but faster counts
535535

0 commit comments

Comments
 (0)