Importing a Dataset
The Cluster Explorer makes it easy to import a sample dataset into your ClickHouse® cluster. When you click the button at the top of the page, you’ll see this dialog:
Figure 1 - The Import Dataset wizard
Select the dataset you want and click NEXT. Next you’ll be asked about the database schema:
Figure 2 - The Schema tab of the Import Dataset wizard
In this example, three tables will be created when you click the button: central_park_weather_observations
, taxi_zones
, and tripdata
. You can expand each of the entries to look at the CREATE
statement and change the engine parameters if you want. Clicking the button restores the original schema.
Click to import the data:
Figure 3 - Tracking dataset import progress
Clicking the Processes tab link takes you to the Running Queries tab.