aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added clarity clickhouse benchmarkbazeltsev2022-11-074-4/+71
| | | updated
* path has been added to s3 errorshcpp2022-11-073-9/+42
|
* retries has been added for get folderhcpp2022-11-071-6/+45
|
* [review] [YDB] Check "fixed multiple typos in the docs, reported on Github ↵alextarazanov2022-11-072-2/+2
| | | | | as #105" translate -
* [review] [YDB] Check "Added decommission docs" translatealextarazanov2022-11-072-1/+41
| | |
* cleanup session actor logging processgvit2022-11-061-120/+95
| | | add log prefix to each session actor logging message
* Apply boost yamaker helpers to safe subsetbugaevskiy2022-11-0644-42/+17
|
* continue switching datashard tests to public apigvit2022-11-061-9/+6
|
* continue switching datashard tests to public apigvit2022-11-061-28/+17
|
* continue switching datashard tests to public apigvit2022-11-062-30/+12
|
* continue switching datashard tests to public apigvit2022-11-061-34/+23
|
* V-tenants and mappings in DBhor9112022-11-0634-130/+780
|
* continue switching datashard tests to public apigvit2022-11-051-45/+42
|
* continue switching datashard tests to public apigvit2022-11-051-31/+30
|
* continue switching datashard tests to public apigvit2022-11-052-40/+8
|
* continue switching datashard tests to public apigvit2022-11-051-28/+18
|
* continue switching datashard tests to public apigvit2022-11-051-5/+4
|
* continue switching datashard tests to public apigvit2022-11-052-64/+29
|
* use native arrow parquet reader without CH conversionsvvvv2022-11-0517-133/+518
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Запрос вида %% pragma UseBlocks; SELECT count(*) -- EventDate -- RemoteIP FROM `yq-clickbench-local`.`hits_*.parquet` WITH ( format=parquet, SCHEMA ( RemoteIP INTEGER NOT NULL, CounterID INTEGER NOT NULL, --EventDate Date NOT NULL, --EventTime Timestamp NOT NULL ) ) limit 100 ; %% для обычного режима с 100 файлами clickbench 14Гб %% Execution precomputes complete, duration: 5.962375s %% для UseBlocks %% Execution precomputes complete, duration: 0.306933s %% Для UseBlocks но при чтении с S3 %% Execution precomputes complete, duration: 97.178274s %% Без UseBlocks но при чтении с S3 %% Execution precomputes complete, duration: 111.921679s %% Заодно пропадает костыль, что нужно читать хотя бы одну колонку - parquet reader умеет читать 0 колонок, и при этом говорить число строк
* continue switching datashard tests to public apigvit2022-11-051-30/+32
|
* [review] [YDB] Check "Added ydb table ttl docs" translatealextarazanov2022-11-054-2/+78
|
* continue switching datashard tests to public apigvit2022-11-042-109/+40
|
* switch close session to public apigvit2022-11-043-36/+24
|
* Fix uncertainty resolver erroralexvru2022-11-0414-293/+460
|
* fix watermarks hungingd-mokhnatkin2022-11-043-4/+13
|
* fixes to click benchgvit2022-11-032-43/+25
|
* Remove OldEngine prepare/execution code. ()spuchin2022-11-0324-3750/+89
|
* introduce cpu dashboardmonster2022-11-037-247/+3091
|
* , stats aggregation in async CA, fixes [ProcessInit, MakeDqTaskRunner] counterswhcrc2022-11-0311-48/+82
|
* PR#134 from githubAleksey Myasnikov2022-11-031-1/+1
| | | | | Replace pypi release schield to ydb release schield Pull Request resolved: #134
* additional commands for external storage wrapperivanmorozov2022-11-0313-20/+176
|
* Change "kikimr_runner.py"gvit2022-11-031-2/+2
|
* fix issues backtrace symbolizingmrlolthe1st2022-11-031-2/+13
| | | | | fix issues symbolize test on testing
* ,completely remove combined pollerkulikov2022-11-033-44/+19
| | | | | | | - no significant perfomance gain by now; - balancer doesn't use combined poller; - tests over combined poller normally check only one part; - poll and epoll have some differences in behaivor; - there is probably a bug somewhere (uncaught exception on switch from poll to epoll).
* Add msvc workaround for TContiguousDatainnokentii2022-11-031-2/+2
| | | workaround for msvc compiler
* Added profile creation from stdinbrgayazov2022-11-033-7/+105
|
* Add missing interceptor for getservbyname{_r} by the means of ↵thegeorg2022-11-031-2/+0
| | | | contrib/libs/libc_compat
* Properly use std::max_align_tbabenko2022-11-031-2/+2
|
* [review] [YDB] Check "fixed paths and commands for YDB TLS certificate ↵alextarazanov2022-11-031-93/+93
| | | | | generation" translate Лог локальной сборки без ошибок
* fix hang on invalid urlxenoxeno2022-11-031-3/+3
|
* Make stlog a bit betteralexvru2022-11-038-78/+243
|
* Introduce aligned_malloc; drop more YTAlloc dependenciesbabenko2022-11-038-38/+37
|
* Update vendor/golang.org/x/net to 0.1.0robot-contrib2022-11-033-22/+28
|
* Remove engine selection flags from configs. ()spuchin2022-11-0233-559/+86
|
* State Storage counting improvement in CMSt1mursadykov2022-11-0210-119/+355
|
* Added international includesbazeltsev2022-11-025-145/+86
| | | updated
* add simple document to clickhouse benchmarkgvit2022-11-024-0/+74
|
* Proxy grpc python runtime from contrib/python/grpciothegeorg2022-11-0224-1059/+0
| | | | | | | | * [grpcio](https://pypi.org/project/grpcio/) is the official package for using grpc from python * grpcio itself remains in `contrib/libs/grpc/src/python/grpcio` while `contrib/python/grpcio` is a public proxy that should be used by everyone * `grpcio-status` and `grpcio-reflection` were put under yamaker pypi * certain unused parts of grpc/src/python have been removed Make precommit hook happy:
* support csv_delimiter in bindinguzhas2022-11-022-5/+12
|
* checked integral arithmericvvvv2022-11-025-23/+220
|