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/guides/generating-test-data.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,18 @@ title: 'Generating random test data in ClickHouse'
4
4
slug: /guides/generating-test-data
5
5
description: 'Learn about Generating Random Test Data in ClickHouse'
6
6
show_related_blogs: true
7
+
doc_type: 'guide'
8
+
keywords: ['random data', 'test data']
7
9
---
8
10
9
-
# Generating Random Test Data in ClickHouse
11
+
# Generating random test data in ClickHouse
10
12
11
-
Generating random data is useful when testing new use cases or benchmarking your implementation. ClickHouse has a [wide range of functions for generating random data](/sql-reference/functions/random-functions) that, in many cases, avoid the need for an external data generator.
13
+
Generating random data is useful when testing new use cases or benchmarking your implementation.
14
+
ClickHouse has a [wide range of functions for generating random data](/sql-reference/functions/random-functions) that, in many cases, avoid the need for an external data generator.
12
15
13
16
This guide provides several examples of how to generate random datasets in ClickHouse with different randomness requirements.
0 commit comments