Eugene Klimov
Eugene Klimov
Thanks all contributor for their great efforts! ## I'm submitting a... [x] Feature request [ ] Other... Please describe: ## Current behavior Currently need to use something like `dependabot` or...
for upload, download, create, restore command users want to have a mode that can tell us how much data would be uploaded without doing the upload work
I trying to up docker-compose.yaml Looks like API_BASE_URL is hardcoded in frontent and can't be override from .env file i create working copy ``` git clone https://github.com/BloopAI/bloop ./BloopAI/bloop cd BloopAI/bloop...
check system.parts skip all object disk parts apply following rules - if part exists in the same disk - do nothing - part present in other disk - make hard...
Incremental backups resolve a `required` data parts only during download Need implement the similar algorithm in `restore` command - first look to required backup on local disk and make hardlink...
second try after https://github.com/Azure/Azurite/pull/2443 fix #2053 and workaround ClickHouse/ClickHouse#60447
Query Example ```sql WITH /* splitByChar('(', user_metadata_map['rp_prescreenStep'])[1] as prescreen, */ user_metadata_map['rocketStage'] AS stage, stage AS keys SELECT (intDiv(toUInt32(_time), 3600) * 3600) * 1000 as t, keys, sum(alloc_cost) as cost FROM...