Skip to content

feat: make infino runnable in the clickbench playground - #1307

Open
naman-modi wants to merge 1 commit into
ClickHouse:mainfrom
infino-ai:feat/add-infino-to-playground
Open

feat: make infino runnable in the clickbench playground#1307
naman-modi wants to merge 1 commit into
ClickHouse:mainfrom
infino-ai:feat/add-infino-to-playground

Conversation

@naman-modi

Copy link
Copy Markdown
Contributor

Makes the infino entry run in the Playground too. It already exists in clickbench via #1129.

Some Pointers:

  • Query now returns the result rows as a text table, not just a count. It is a bounded preview (first 1000 rows, capped at 256 KB) so a large result cannot blow up the VM. Timing is unchanged, it still wraps query_sql only and the table is formatted after the clock stops.
  • The shared variables moved into a shared config.sh that load, start, and benchmark.sh all source, so the raw scripts get the same configs as benchmark.
  • Bumped to the published infino crate 0.5.3 and pinned strong read consistency.
  • Fits the 16 GB microVM with no swap: the full 100M load peaks around 11 GB.

@naman-modi
naman-modi force-pushed the feat/add-infino-to-playground branch from 7fdcdfa to 8dfe553 Compare August 10, 2026 09:22
@naman-modi

Copy link
Copy Markdown
Contributor Author

Hey @alexey-milovidov, can you please take a look at this PR? Thanks!

@naman-modi
naman-modi force-pushed the feat/add-infino-to-playground branch from 8dfe553 to eb8d1fa Compare August 10, 2026 11:28
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.

1 participant