Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pamarcos created a branch on pamarcos/ClickHouse
fix-bitshift-test - ClickHouse® is a free analytics DBMS for big data
pamarcos pushed 1 commit to profiling-clickhouse-with-llvm-xray ClickHouse/clickhouse-docs
- Add Profiling ClickHouse with LLVM's XRay 9c96e24
pamarcos opened a pull request on ClickHouse/clickhouse-docs
Add Profiling ClickHouse with LLVM's XRay
## Summary Add Profiling ClickHouse with LLVM's XRay ## Checklist - [ ] Delete items not relevant to your PR - [ ] URL changes should add a redirect to the old URL via https://github.com/Clic...pamarcos created a branch on ClickHouse/clickhouse-docs
profiling-clickhouse-with-llvm-xray - Official documentation for ClickHouse
pamarcos closed an issue on ClickHouse/ClickHouse
Stateless test `03203_system_query_metric_log` is flaky
It's failed in several places https://play.clickhouse.com/play?user=play#V0lUSAogICAgMzAgQVMgbGFzdF9kYXlzX3RvX2NoZWNrLAogICAgMTAwIEFTIG1heF90ZXN0c190b19zaG93LAogICAgNSBhcyBtYXhfcHJzX3RvX3Nob3csCi...pamarcos closed a pull request on ClickHouse/ClickHouse
Improve performance of system.query_metric_log
Several performance and accuracy improvements: - Use a separate mutex for each query to reduce the critical region for queries_mutex which is used on every single query. - Add TSA annotations t...pamarcos created a comment on an issue on ClickHouse/ClickHouse
I think this is a duplicate of https://github.com/ClickHouse/ClickHouse/issues/71031
pamarcos pushed 50 commits to improve-system-query-metric-log ClickHouse/ClickHouse
- Delete attaching prefix for deduplicated parts f8b3987
- Fix black 6601ded
- Merge remote-tracking branch 'origin/master' into attaching_parts c83e444
- Merge branch 'master' into attaching_parts dc468a8
- Check for unexpected relative path 384617c
- Cleanup for flaky tests 35e263a
- Fix unexpected part path check b232205
- Rollback part rename if it was deduplicated 926e28e
- Remove debug comment f570e8e
- Revert part actual name to pass the check 9362088
- Fix style 91931b5
- Merge remote-tracking branch 'kirillgarbar/master' into attaching_parts 6c4895b
- Fix ExecuteScalarSubqueriesMatcher visiting join elements 157e169
- Make sure to update table_join children properly b4a3f6d
- RewriteArrayExistsFunctionVisitor: Assert proper child on join expression 35a0d08
- Add test for crasher 389fdd8
- Style 19422e7
- Allow ExecuteScalarSubqueriesVisitor on ARRAY JOIN 8c2d1ec
- Merge remote-tracking branch 'blessed/master' into i71382 097fb78
- Test with both analyzers 996773b
- and 30 more ...
pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
- Remove unnecessary extern 5c8d89b
pamarcos pushed 244 commits to improve-system-query-metric-log ClickHouse/ClickHouse
- sketch of read-in-order optimization becbef9
- add simple virtual row 72ebd39
- support composite pk 57a2a20
- add test bd4385f
- minor change cc3fd0e
- use a better range begin in virtual row 7f6d640
- fix test ba049d8
- only read one chunk in mergetramsform when meet virtual row 86c7488
- Merge remote-tracking branch 'origin/master' into LessReadInOrder 55d13b0
- fix 04a757e
- support non-preliminary merge case 1c2c3ae
- restrict to preliminary merge and add more tests 0537b8c
- add check flag 8f8ba55
- add more check 3f6cdeb
- Merge remote-tracking branch 'origin/master' into LessReadInOrder 8b765cb
- restrict the case of func pk 4a0a4c6
- Merge remote-tracking branch 'origin/master' into LessReadInOrder 69952de
- temporarily disable a test bd05771
- Revert "Revert "Use `Atomic` database by default in `clickhouse-local`"" 351ba3e
- Merge branch 'master' into revert-68023-revert-65860-atomic-database-in-clickhouse-local 963d8d4
- and 224 more ...
pamarcos created a comment on a pull request on Compaile/ctrack
Thank you for your work on this lightweight and very easy to integrate and use library. Cheers :beers:
pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
I don't think we can annotate that for any modification of an object that a mutex within that same object needs to be locked. At least, I don't know how to do it. I could wrap all elements withi...
pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
>actual wake up time might be postponed by a lot because of high load or just scheduling I completely agree, but take into account that this checks exactly the opposite: that the task is never s...
pamarcos pushed 2 commits to master ClickHouse/Antithesis
pamarcos pushed 2 commits to 24.3 ClickHouse/ClickHouse
pamarcos closed a pull request on ClickHouse/ClickHouse
Backport #71580 to 24.3: Return 0 or default char instead of throwing an error in bitShift functions in case of out of bounds
Original pull-request https://github.com/ClickHouse/ClickHouse/pull/71580 Cherry-pick pull-request #71641 This pull-request is a last step of an automated backporting. Treat it as a standard pull-...pamarcos created a comment on a pull request on ClickHouse/ClickHouse
> @pamarcos did you play with branches? It looks like the cherry_pick.py is broken because of missing `backport/*` parts Yes, it's definitely my fault. I manually merged the cherry-pick PRs afte...
pamarcos pushed 577 commits to cherrypick/24.3/051f87aeb71e323b132fdc9f39343bfffedc069f ClickHouse/ClickHouse
- Update autogenerated version to 24.3.2.1 and contributors 2a929ea
- Backport #61683 to 24.3: #54767 Remove extraneous volumes in Keeper image df3bec5
- Backport #61869 to 24.3: Fix flaky tests 2 (stateless, integration) 969cc4e
- Merge pull request #62030 from ClickHouse/backport/24.3/61869 Backport #61869 to 24.3: Fix flaky tests 2 (stateless,... 923b806
- Backport #62044 to 24.3: CI: fix for timeout env variable b42aa4d
- Backport #61998 to 24.3: Fix scalars create as select 9e198d6
- Backport #61567 to 24.3: Fix logical error in group_by_use_nulls + grouping set + analyzer + materialize/constant 069e568
- Backport #62066 to 24.3: Fix type for ConvertInToEqualPass f08e56b
- Backport #62059 to 24.3: Ignore IfChainToMultiIfPass if returned type changed. 429bc80
- Backport #61933 to 24.3: Fix some crashes with analyzer and group_by_use_nulls. 7a9814d
- Merge pull request #62099 from ClickHouse/backport/24.3/62059 Backport #62059 to 24.3: Ignore IfChainToMultiIfPass i... 4a98ff8
- Backport #62090 to 24.3: Revert output Pretty in tty dd9f411
- Merge pull request #62107 from ClickHouse/backport/24.3/62090 Backport #62090 to 24.3: Revert output Pretty in tty a32c121
- Merge pull request #62097 from ClickHouse/backport/24.3/62066 Backport #62066 to 24.3: Fix type for ConvertInToEqual... 50512ec
- Merge pull request #62101 from ClickHouse/backport/24.3/61933 Backport #61933 to 24.3: Fix some crashes with analyze... 06f69fd
- Merge pull request #62057 from ClickHouse/backport/24.3/62044 Backport #62044 to 24.3: CI: fix for timeout env variable a2e1f32
- Merge pull request #62061 from ClickHouse/backport/24.3/61998 Backport #61998 to 24.3: Fix scalars create as select e53519d
- Merge pull request #62078 from ClickHouse/backport/24.3/61567 Backport #61567 to 24.3: Fix logical error in group_by... 44e9d26
- Backport #62115 to 24.3: Fix external table cannot parse data type Bool c030c0f
- Merge pull request #62122 from ClickHouse/backport/24.3/62115 Backport #62115 to 24.3: Fix external table cannot par... 71ecfa7
- and 557 more ...
pamarcos pushed 366 commits to cherrypick/24.7/051f87aeb71e323b132fdc9f39343bfffedc069f ClickHouse/ClickHouse
- Update autogenerated version to 24.7.1.1 and contributors 9ca533a
- Backport #66955 to 24.7: CI: Fixes docker server build for release branches dc37a7d
- Merge pull request #66975 from ClickHouse/backport/24.7/66955 Backport #66955 to 24.7: CI: Fixes docker server build... 111e3a2
- Backport #66898 to 24.7: [CI Fest] Better processing of broken parts and their projections (fixes rare cases of lost ... a299dad
- Backport #66984 to 24.7: [CI Fest] Fix use-of-uninitialized-value in JSONExtract* numeric functions b5afdda
- Merge pull request #67026 from ClickHouse/backport/24.7/66898 Backport #66898 to 24.7: [CI Fest] Better processing o... 7518a54
- Backport #67000 to 24.7: CI: Fix for workflow results parsing 9e4f84a
- Backport #66761 to 24.7: Small improvement for background pool in Keeper 139bdee
- Merge pull request #67051 from ClickHouse/backport/24.7/67000 Backport #67000 to 24.7: CI: Fix for workflow results ... 511f021
- Merge pull request #67033 from ClickHouse/backport/24.7/66984 Backport #66984 to 24.7: [CI Fest] Fix use-of-uninitia... d3b01c5
- Merge pull request #67063 from ClickHouse/backport/24.7/66761 Backport #66761 to 24.7: Small improvement for backgro... a17de6c
- Backport #67040 to 24.7: Revert "FuzzQuery table function" af1f5ed
- Merge pull request #67084 from ClickHouse/backport/24.7/67040 Backport #67040 to 24.7: Revert "FuzzQuery table funct... 21822ff
- Backport #67046 to 24.7: Disable setting `optimize_functions_to_subcolumns` b6ffa8d
- Backport #67067 to 24.7: [CI Fest] Increase timeout for test_broken_part_during_merge 9b33229
- Merge pull request #67124 from ClickHouse/backport/24.7/67067 Backport #67067 to 24.7: [CI Fest] Increase timeout fo... f498bc2
- Merge pull request #67116 from ClickHouse/backport/24.7/67046 Backport #67046 to 24.7: Disable setting `optimize_fun... 010af34
- Backport #67130 to 24.7: Attempt to fix flakiness of some window view tests e4f20d1
- Backport #67129 to 24.7: Fix truncate database 0b1bae1
- Backport #67070 to 24.7: Fix flaky `test_seekable_formats_url` and `test_seekable_formats` S3 storage tests 4f6124d
- and 346 more ...
pamarcos pushed 316 commits to cherrypick/24.8/051f87aeb71e323b132fdc9f39343bfffedc069f ClickHouse/ClickHouse
- Update autogenerated version to 24.9.1.1 and contributors 40e8812
- Backport #68288 to 24.8: Fix postgres crash 2dae776
- Backport #68132 to 24.8: Reimplement Dynamic type 1d8395b
- Merge pull request #68343 from ClickHouse/backport/24.8/68288 Backport #68288 to 24.8: Fix postgres crash 100a90f
- Merge pull request #68349 from ClickHouse/backport/24.8/68132 Backport #68132 to 24.8: Reimplement Dynamic type d96357c
- Backport #68361 to 24.8: Rename: `S3DiskNoKeyErrors` -> `DiskS3NoSuchKeyErrors` d60c7f6
- Merge pull request #68374 from ClickHouse/backport/24.8/68361 Backport #68361 to 24.8: Rename: `S3DiskNoKeyErrors` -... c19f77e
- Backport #68326 to 24.8: Fix missing sync replica mode in query `SYSTEM SYNC REPLICA` d8c8b92
- Merge pull request #68400 from ClickHouse/backport/24.8/68326 Backport #68326 to 24.8: Fix missing sync replica mode... e4446f6
- Backport #68386 to 24.8: Revert "[RFC] Fix settings/current_database in system.processes for async BACKUP/RESTORE" 9740ab6
- Backport #68265 to 24.8: tests: make 01600_parts_states_metrics_long better cd1d3d7
- Merge pull request #68423 from ClickHouse/backport/24.8/68265 Backport #68265 to 24.8: tests: make 01600_parts_state... b6e2302
- Merge pull request #68416 from ClickHouse/backport/24.8/68386 Backport #68386 to 24.8: Revert "[RFC] Fix settings/cu... f3a0fb0
- Backport #68382 to 24.8: Improve schema inference of date times f9ec904
- Merge pull request #68430 from ClickHouse/backport/24.8/68382 Backport #68382 to 24.8: Improve schema inference of d... 2adfd03
- Backport #66444 to 24.8: Implement new JSON data type. 387d6a8
- Backport #68015 to 24.8: Add profile events for merges 25a6c51
- Merge pull request #68450 from ClickHouse/backport/24.8/66444 Backport #66444 to 24.8: Implement new JSON data type. 1b8145b
- Backport #68452 to 24.8: Better inference of date times 2 b665996
- Merge pull request #68481 from ClickHouse/backport/24.8/68015 Backport #68015 to 24.8: Add profile events for merges 74fd7bf
- and 296 more ...
pamarcos pushed 176 commits to cherrypick/24.9/051f87aeb71e323b132fdc9f39343bfffedc069f ClickHouse/ClickHouse
- Update autogenerated version to 24.10.1.1 and contributors 91ce6ab
- Backport #69820 to 24.9: Allow cyrillic characters in generated contributor names a0167b4
- Merge pull request #69824 from ClickHouse/backport/24.9/69820 Backport #69820 to 24.9: Allow cyrillic characters in ... 59d5c53
- Backport #69885 to 24.9: Revert "Merge pull request #69032 from alexon1234/include_real_time_execution_in_http_header" 7d23fb5
- Merge pull request #69899 from ClickHouse/backport/24.9/69885 Backport #69885 to 24.9: Revert "Merge pull request #6... 4f5f310
- Backport #69886 to 24.9: Change the join_to_sort settings type to unsigned int 430850a
- Backport #69883 to 24.9: Add Proj Obsolete Setting 07f3771
- Merge pull request #69905 from ClickHouse/backport/24.9/69886 Backport #69886 to 24.9: Change the join_to_sort setti... dfb19d6
- Merge pull request #69912 from ClickHouse/backport/24.9/69883 Backport #69883 to 24.9: Add Proj Obsolete Setting c8b1349
- Backport #69901 to 24.9: Rename `ripeMD160` to `RIPEMD160` d74cd69
- Merge pull request #69931 from ClickHouse/backport/24.9/69901 Backport #69901 to 24.9: Rename `ripeMD160` to `RIPEMD... 704d8c8
- Backport #69907 to 24.9: Don't check dependencies during CREATE OR REPLACE VIEW during DROP of old table b790558
- Backport #69769 to 24.9: S3Queue: support having deprecated settings to not fail server startup d27fa33
- Merge pull request #69943 from ClickHouse/backport/24.9/69907 Backport #69907 to 24.9: Don't check dependencies duri... 8362855
- Merge pull request #69974 from ClickHouse/backport/24.9/69769 Backport #69769 to 24.9: S3Queue: support having depre... c5e195e
- Backport #69914 to 24.9: Remove dbms dependency on clickhouse_functions 510f722
- Merge pull request #69980 from ClickHouse/backport/24.9/69914 Backport #69914 to 24.9: Remove dbms dependency on cli... 78a4675
- Backport #69293 to 24.9: Fix inf loop after `restore replica` in the replicated merge tree with zero copy. 05fb622
- Merge pull request #69986 from ClickHouse/backport/24.9/69293 Backport #69293 to 24.9: Fix inf loop after `restore r... 50b4218
- Backport #69989 to 24.9: Revert "JSONCompactWithProgress query output format" c10d564
- and 156 more ...