Skip to content

replace cedardb docker image with native cedardb and update measurements#897

Open
lukasvogel wants to merge 2 commits into
ClickHouse:mainfrom
lukasvogel:newapproach
Open

replace cedardb docker image with native cedardb and update measurements#897
lukasvogel wants to merge 2 commits into
ClickHouse:mainfrom
lukasvogel:newapproach

Conversation

@lukasvogel
Copy link
Copy Markdown
Contributor

This also solves the troubles where the CedarDB docker container apparently didn't shut down within the time limit on larger instances as it hugely simplifies the whole setup.

@lukasvogel lukasvogel marked this pull request as ready for review May 12, 2026 13:47
@alexey-milovidov
Copy link
Copy Markdown
Member

alexey-milovidov commented May 12, 2026

Thanks! Running it...
for system in cedardb; do for machine in c6a.4xlarge c6a.2xlarge c6a.xlarge c6a.large t3a.small c6a.metal c8g.4xlarge c8g.metal-48xl c7a.metal-48xl; do export machine=$machine system=$system repo=lukasvogel/ClickBench branch=newapproach; ./run-benchmark.sh; done; done

@alexey-milovidov
Copy link
Copy Markdown
Member

It does not work:

Downloading https://download.cedardb.com/latest/cedar-current-amd64.tar.xz into /ClickBench/cedardb/cedar-current-amd64.tar.xz...

cedar/
cedar/cedardb
cedar/README.md
cedar/catalogupgrade

Preparing to install systemd units (scope: user)
  ExecStart=/ClickBench/cedardb/cedar/cedardb -createdb /ClickBench/cedardb/db -createSSLFiles
  ListenStream (unix): /tmp/.s.PGSQL.5432
  ListenStream (tcp):  127.0.0.1:5432 and [::1]:5432
Failed to connect to bus: No medium found

@alexey-milovidov alexey-milovidov self-assigned this May 12, 2026
@alexey-milovidov alexey-milovidov marked this pull request as draft May 12, 2026 14:37
cloudformation didn't work well with user scoped systemd files
@lukasvogel
Copy link
Copy Markdown
Contributor Author

@alexey-milovidov thanks for flagging that, I didn't see that there is a new script to automatically deploy the instances. Looks like that doesn't play nice with user scoped systemd services. I've updated the systemd service to be system-scoped. I did one trial run with a c6a.4xlarge instance and the results showed up in the clickhouse playground, so it should wor know!

@lukasvogel lukasvogel marked this pull request as ready for review May 13, 2026 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants