Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pamarcos pushed 3 commits to improve-system-query-metric-log ClickHouse/ClickHouse
pamarcos created a comment on an issue on ClickHouse/ClickHouse
I've been following the progression of this and I've seen a few flaky instances. Seems the main issue happens because there's up to 2s elapsed since the query finishes until `QueryMetricLog::finis...
pamarcos reopened 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 opened a pull request on Compaile/ctrack
Fix warnings to allow using the header on pedantic projects
Some projects have strict requirements regarding warnings. Let's have an option to enable pedantic warnings and address them to allow those projects to use the header without having to disable them...pamarcos created a branch on pamarcos/ctrack
fix_warnings - A lightweight, high-performance C++ benchmarking and tracking library for effortless function profiling in both development and production environments. Features single-header integration, minimal overhead, multi-threaded support, customizable output, and advanced metrics for quick bottleneck detection in complex codebases.
pamarcos pushed 1 commit to bitshift-return-0-instead-of-throwing-exception-for-out-of-bounds ClickHouse/ClickHouse
- bitShift: return 0 instead of throwing an exception if overflow d8ff6f8
pamarcos opened a draft pull request on ClickHouse/ClickHouse
Return 0 or default char instead of throwing an error in bitShift functions in case of overflow
Return 0 or default char instead of throwing an error in bitShift functions in case of overflow Close #71559 <!--- A technical comment, you are free to remove or leave it as it is when PR i...pamarcos created a branch on ClickHouse/ClickHouse
bitshift-return-0-instead-of-throwing-exception-for-out-of-bounds - ClickHouse® is a real-time analytics DBMS
pamarcos created a comment on an issue on ClickHouse/ClickHouse
After some discussion, we agreed that returning 0 instead of throwing an exception seems like a good compromise. So, we'll be more like MySQL and SQLite rather than PostgreSQL
pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
- Reduce the general critical section for query_metric_log - Use a separate mutex for each query to reduce the content... 9cdd56a
pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
- Reduce the general critical section for query_metric_log - Use a separate mutex for each query to reduce the content... 70c3bbe
pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
I'll demote it to `LOG_TRACE` in another PR where I'm working on some improvements for this :+1: I'm choosing `trace` instead of `test` because that's the default level for the CI and it's helped...
pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
- Reduce the general critical section for query_metric_log - Use a separate mutex for each query to reduce the content... af41143
pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
- Reduce the general critical section for query_metric_log - Use a separate mutex for each query to reduce the content... 308b396
pamarcos created a comment on an issue on ClickHouse/ClickHouse
>IMO, CH as DBMS should be close to other mainstream DBMS behavior in regard of user facing features. Plus the same behavior (silent overflow) for shifts exist in tools like PowerBI We discusse...
pamarcos opened a pull request on ClickHouse/ClickHouse
Move bitShift function changelog entries to backward incompatible
Move bitShift function changelog entries to backward incompatible <!--- A technical comment, you are free to remove or leave it as it is when PR is created The following categories are used in...pamarcos created a branch on ClickHouse/ClickHouse
move-bitshift-to-backward-incompatible-in-changelog - ClickHouse® is a real-time analytics DBMS
pamarcos pushed 104 commits to improve-system-query-metric-log ClickHouse/ClickHouse
- Remove unnecessary changes 3c8594d
- Parallel relicas: use local plan for local replica by default 77e1354
- Merge branch 'master' into pr-enable-local-plan c13d817
- Merge remote-tracking branch 'origin/master' into pr-enable-local-plan 4969d5f
- Allow to disable background cache download for reading metadata files 66bbf11
- Remove part of the changes, to be moved to Sync 5c422be
- Fix unit test c97c625
- Merge remote-tracking branch 'origin/master' into pr-enable-local-plan fee4df8
- Fix 02967_parallel_replicas_join_algo_and_analyzer_1.sh 40029be
- Update 02967_parallel_replicas_join_algo_and_analyzer_2 fc87cd4
- Merge remote-tracking branch 'origin/master' into pr-enable-local-plan 4ae488d
- Fix 02967_parallel_replicas_join_algo_and_analyzer_2 9da2a68
- Merge remote-tracking branch 'origin/master' into pr-enable-local-plan 632ad62
- Merge branch 'master' into pr-enable-local-plan 3d4c663
- Resolved conflicts 860fcbd
- Fix issues with tests a228e4f
- Resolve some issues a3f0d27
- Correct ifdefs 1b6979c
- Corrected smoe ifdef issues 3149043
- Fix some ifdef issues ca04090
- and 84 more ...
pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
- Reduce the general critical section for query_metric_log Use a separate mutex for each query to reduce the contentio... 84b70f2
pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
- Reduce the general critical section for query_metric_log Use a separate mutex for each query to reduce the contentio... 361ab99
pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
- Reduce the general critical section for query_metric_log Use a separate mutex for each query to reduce the contentio... 4b319f0
pamarcos pushed 1 commit to improve-system-query-metric-log ClickHouse/ClickHouse
- Reduce the general critical section for query_metric_log Use a separate mutex for each query to reduce the contentio... 274eaa0
pamarcos opened a draft pull request on ClickHouse/ClickHouse
Improve system.query_metric_log
- Use a separate mutex for each query to reduce the contention period for queries_mutex. - Use boost::concurrent_flat_map instead of separate mutex + map <!--- A technical comment, you are fre...pamarcos created a branch on ClickHouse/ClickHouse
improve-system-query-metric-log - ClickHouse® is a real-time analytics DBMS