aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use TContiguousData rooms interface in vdisk/pdiskinnokentii2022-10-105-7/+123
| | | | | | | separate concerns add tracing add tracing calls
* Added commands profile update and profile replacebrgayazov2022-10-09111-16692/+218
|
* Fix a warning when compiling util/ with nvcc 10.xdfyz2022-10-081-1/+1
| | | | | | | | | | | | nvcc10.1 is unable to compile `[[clang::reinitializes]]` and issues warning as follows: ``` util/generic/ptr.h(194): warning: attribute namespace "clang" is unrecognized util/generic/ptr.h(201): warning: attribute namespace "clang" is unrecognized [...] ``` nvcc11 compiles this code without any warnings. This PRs disable `[[clang::reinitialized]]` when compiling with nvcc10.
* Fix reimport problems caused by boost removal from provides.pbtxtthegeorg2022-10-083-3/+4
|
* fix db counters racesmonster2022-10-071-51/+84
|
* Revert commit rXXXXXXsvartmetal2022-10-075-112/+123
|
* use Scalar instead of ui64 as mark in ColumnShard enginechertus2022-10-0732-622/+1600
|
* Add full message name to error about unknown field in json2protobulatman2022-10-071-1/+1
|
* [util] Fix TFunctionRef under MSVCsskvor2022-10-073-6/+23
|
* + brotlia-romanov2022-10-074-1/+95
|
* fix wrong json renderingxenoxeno2022-10-071-1/+1
|
* refresh ydb ui from githubkovalad2022-10-0794-165/+188
| | | refresh ydb ui from github
* Memory reference tracking restylingsavrus2022-10-078-48/+105
|
* health checker testsandrew-rykov2022-10-072-42/+176
|
* remove fq from vieweruzhas2022-10-0647-1287/+165
|
* typecheck for explicit phases of GROUP BYvvvv2022-10-067-104/+303
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Пример запроса на котором проходит typecheck. Для агрегационных функций с несколькими параметрами в режиме over state, он используется из первого аргумента, при этом параметры - литералы (например limit для max_by) используются в том смысле, что их наличие влияет на тип state. Percentile особая функция, для нее в MergeFinalize можно построить из одного state много срезов по разным значениям percentile. %%(sql) --pragma EmitAggApply; $p = SELECT key,count(value) as a,avg(value) as b,percentile(value,0.1) as c, max_by(value,value) as e, sum_if(value,value>0) as f FROM AS_TABLE([<|key: 1, value: 2|>]) GROUP BY key with combine ; $p = PROCESS $p; select FormatType(TypeOf($p)); $p = SELECT key,count(a) as a,avg(b) as b,percentile(c,0.1) as c,max_by(e,e) as e, sum_if(f,f) as f FROM $p GROUP BY key with combinestate ; $p = PROCESS $p; select FormatType(TypeOf($p)); $p = SELECT key,count(a) as a,avg(b) as b,percentile(c,0.1) as c,max_by(e,e) as e, sum_if(f,f) as f FROM $p GROUP BY key with mergestate ; $p = PROCESS $p; select FormatType(TypeOf($p)); $p = SELECT key,count(a) as a,avg(b) as b,percentile(c,0.1) as c,percentile(c,0.2) as d,max_by(e,e) as e, sum_if(f,f) as f FROM $p GROUP BY key with mergefinalize ; $p = PROCESS $p; select FormatType(TypeOf($p)); $p = SELECT key,count(value) as a,avg(value) as b,percentile(value,0.1) as c,percentile(value,0.2) as d, max_by(value,value) as e, sum_if(value,value>0) as f FROM AS_TABLE([<|key: 1, value: 2|>]) GROUP BY key with finalize ; $p = PROCESS $p; select FormatType(TypeOf($p)); %%
* Account RUs consumed by TopicService in common RUs counterilnaz2022-10-065-5/+41
|
* Update Java SDK documentationalexandr2682022-10-0630-291/+277
| | | | | | | | Update java auth helpers Update links for YDB Java SDK Update en example Update en recipes Update ru java example Update ru java recipes
* + xz zstda-romanov2022-10-068-14/+224
|
* (refactoring) Reduce copy-paste: common helper methodsilnaz2022-10-061-50/+41
|
* Introduce serverless names to labeled countersmokhotskii2022-10-0621-965/+1195
| | | | | 1. Move some classes from tablet_counters_aggregator to private folder 2. Move labled counters to a separate proto file 3. Add serverless_names to labeled counters
* Fix SUM type annotation in case of AggApply.aidarsamer2022-10-061-1/+1
| | | Fix SUM type annotation in case of AggApply
* Refactor yq.txt config namegalaxycrab2022-10-0620-42/+53
|
* Fix COUNT(*) for tables with pg typesgalaxycrab2022-10-061-3/+10
|
* Clean uncommitted changes on split and copy tablesnaury2022-10-0623-8/+534
|
* Fix Mirror3dc max availability in CMSt1mursadykov2022-10-062-0/+9
|
* Remove TActorContext usage in YQ codegalaxycrab2022-10-0614-176/+178
|
* (refactoring) Little style guide changesilnaz2022-10-062-73/+89
|
* connection id validation has been added for bindinghcpp2022-10-061-0/+10
|
* abort hidden on DqEngine="disable"whcrc2022-10-0612-16/+37
|
* Add missed peerdir.dcherednik2022-10-062-0/+2
|
* [vcs][library][ydb] move TAsyncSemaphore from ydb/library to ↵tldr2022-10-057-17/+212
| | | | | library/cpp/threading Потребовалось для
* [unittest] Add NOLINT for clang-tidysobols2022-10-051-8/+8
|
* make interface headers for pg_wrappermonster2022-10-0548-86/+176
|
* fix segfaultxenoxeno2022-10-051-0/+2
|
* group by modes in SQL translationvvvv2022-10-057-10/+79
|
* add ut for http_routeruzhas2022-10-055-0/+172
|
* Handle TaggedType in CastResult()aneporada2022-10-051-0/+6
|
* remove extra zeros from ResultSet/Precompute plan nodesulya-sidorina2022-10-053089-3093/+3105
| | | refactor(kqp_query_plan): remove extra zeros from node typename
* Fix SIGSEGV in InvalidateQueryva-kuznecov2022-10-051-3/+5
|
* dq, reduce/produce multi inwhcrc2022-10-057-53/+319
|
* Common CreateLockilnaz2022-10-0518-372/+316
|
* fixed connection loss for topic-servicealexnick2022-10-052-20/+28
|
* Ordering guarantees for distributed commits with write lockssnaury2022-10-0515-74/+789
|
* Fix undefined output on broadcast with no output channels. ()spuchin2022-10-053-5/+23
|
* fix boost/context for x86_64dmfedin2022-10-051-1/+1
|
* Update statistics before finishhor9112022-10-043-0/+15
|
* Add missed peerdir.dcherednik2022-10-042-0/+2
|
* serve files from resources/mediatrshkv2022-10-041-0/+1
|
* metrics ttl parameter has been added to confighcpp2022-10-0410-34/+81
|