ClickHouse is an open-source column-oriented DBMS for online analytical processing. qStudio is a free SQL IDE, it allows running SQL scripts, easy browsing of tables, charting and exporting of results. It works on every operating system, with every database including Clickhouse.

Setting up a Clickhouse connection in qStudio

Start Clickhouse

Clickhouse can either be ran locally or you can use Clickhouse Cloud. To keep this tutorial simple we opted for cloud. Simply start a small service in your chosen region. The connection details should be provided, similar to shown:

Clickhouse Console

Connecting to a Server

Clickhouse was in the past mostly provided by Yandex (Russian Google), increasingly it is supplied by Clickhouse.com. qStudio includes both drivers, for this demo make sure to use the Clickhouse.com driver.

When you first open qStudio click on the menu options Server->Add Server or on the add server button on the toolbar.
Then set the details:

  1. Server Type: Clickhouse.com
  2. Note for Host you MUST include https://
    Host: https://tcez9f65x4.eu-west-1.aws.clickhouse.cloud
    Port: 8443
  3. Username: default
    Password: XXXXXXXXXXX
  4. Click Add

Add Clickhouse Connection

Sending Queries

You can run queries by highlighting selected code and pressing Ctrl + e to run that code. See Keyboard Shortcuts.

CommandShortcut
Run highlighted text Ctrl + e
Run Line Ctrl + Enter

This will update your various results panels, result contains your table (excel export etc. supported), charts are generated based on your data and the console summarizes your recent commands

Run Clickhouse Select

Clickhouse Play Database

The easiest way to play with Clickhouse is to use the Play Database.

  1. Server Type: Clickhouse.com
  2. Click URL
  3. URL: jdbc:ch:https://play.clickhouse.com:443
  4. Username: explorer
  5. Click Add

Well Done!

You have now got qStudio querying your database successfully.

We want to make qStudio the best SQL analysis tool. If you have any problems or want additional features, please post on our github repo.