ClickHouse/docs/en/development/browse-code.md
Vladimir Smirnov 48451182f8 Initial support for risc-v
Make ClickHouse compilable and runnable on risc-v 64

So far only basic functionality was tested (on real hw),
clickhouse server runs, exceptions works, client works,
simple tests works.

What doesn't work:
 1. traces - they are always empty
 2. system.stack_trace only have first frame
2021-11-11 19:23:34 +01:00

630 B
Raw Blame History

toc_priority toc_title
72 Source Code Browser

Browse ClickHouse Source Code

You can use Woboq online code browser available here. It provides code navigation and semantic highlighting, search and indexing. The code snapshot is updated daily.

Also, you can browse sources on GitHub as usual.

If youre interested what IDE to use, we recommend CLion, QT Creator, VS Code and KDevelop (with caveats). You can use any favourite IDE. Vim and Emacs also count.