Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Algunenano

Algunenano created a comment on an issue on ClickHouse/ClickHouse
> can i use this way? Yes. You could also just create the tables and let CH handle the replication normally. This way you can control things better (and not sync everything at once). > 1.Does Zoo...

View on GitHub

Algunenano closed an issue on ClickHouse/ClickHouse
can i add a new replica by force_restore_data?
### Company or project name _No response_ ### Question I want to add a new replica, but I have many tables (all replicated). I’m looking for an efficient way to add all the tables to the n...
Algunenano created a comment on an issue on ClickHouse/ClickHouse
Please check https://clickhouse.com/docs/en/guides/developer/debugging-memory-issues See also https://clickhouse.com/docs/en/operations/tips#using-less-than-16gb-of-ram as the default values are c...

View on GitHub

Algunenano closed an issue on ClickHouse/ClickHouse
MergePlainMergeTreeTask
### Company or project name _No response_ ### Question I got below error in chr client, where nothing works till restart clickhouse server Received exception from server (version 24.11.1): C...
Algunenano closed an issue on ClickHouse/ClickHouse
Not able to create Refreshable Materialized view
### Company or project name I am working on E-commerce website. ### Question I have created a Materialized view first using this query ``` CREATE MATERIALIZED VIEW SearchDB.catalog_view ENGINE =...
Algunenano pushed 48 commits to identifier_h Algunenano/ClickHouse
  • Don't run htmltest if docusaurus build failed Previously htmltest errors were reported at the end of logs on github,... 496224d
  • Add validation if cache disk size is not lower than specified cache disk max size 5d179de
  • Add changes as per kseniia's review 53b9463
  • Add test ea88cee
  • finally fix test 6c3561b
  • Fix flaky 01674_filter_by_uint8.sql 6220983
  • fix removing parts in case of exceptions a61d3f0
  • add a test 0e0ee57
  • fix comments ad4fef1
  • make test more robust 29fd3a2
  • fix race in test 19e8459
  • select _state from system.parts always d586418
  • fix fail points order f4049ef
  • fix test a9e50d6
  • review comments 343497f
  • fix REMOVAL_STATE_CONDITION var 6d751de
  • feedback ecf2114
  • fix usage of indexes with optimize_function_to_subcolumns 8b7a689
  • disable test with parallel replicas 768e9e7
  • Fix 8344cd2
  • and 28 more ...

View on GitHub

Algunenano created a comment on an issue on ClickHouse/ClickHouse
Cleanup your submodules. `contrib/idxd-config` should not exists anymore and you can simply delete it: eec39fa1acd5221712ad32b7958f1d3e4e8c88cc

View on GitHub

Algunenano closed an issue on ClickHouse/ClickHouse
Ninja Command Build Issue for Clickhouse
I am building Clickhouse to use and further use it for my Gluten Experimenting , I am facing issue while building Click house Issue is Related to General Public License with the Idxd-Config [1...
Algunenano created a comment on a pull request on ClickHouse/ClickHouse
The perf diff comes from the fact that with the old code the compiler was implementing SIMD operations but not with the new one, although in both cases it seems to be doing the same lookups: Old...

View on GitHub

Algunenano opened a pull request on ClickHouse/ClickHouse
Improve compilation of Analyzer/Identifier.h
<!--- A technical comment, you are free to remove or leave it as it is when PR is created The following categories are used in the next scripts, update them accordingly utils/changelog/changelog...
Algunenano pushed 36 commits to identifier_h Algunenano/ClickHouse
  • Do not include rows with invalid sign for FINAL. a9d2eb9
  • Update docs. 7473894
  • Merge remote-tracking branch 'origin' into collapsing_final_exclude_invalid efb0602
  • Fix test. adf9658
  • Fix for split_parts_ranges_into_intersecting_and_non_intersecting_final. 5053f68
  • Merge remote-tracking branch 'origin' into collapsing_final_exclude_invalid b26a3a0
  • More forward declarations around S3/Azure/IObjectStorage/IDisk The most important is around IObjectStorage.h/IDisk.h... 8d6e9eb
  • Update test.py c792e84
  • Update test.py 6ab3281
  • Update test.py 8f868b4
  • Update test.py 6953c87
  • Merge remote-tracking branch 'origin' into collapsing_final_exclude_invalid 3f6ffe9
  • Database iceberg: hide catalog credential settings 77280c7
  • Automatic style fix fb8861e
  • Update test.py 7728c52
  • Automatic style fix 66ed411
  • Explicit instantiation of LowCardinalityDictionaryCache::cache ce1745a
  • Merge remote-tracking branch 'origin/master' into hide-iceberg-catalog-credential 7d50e33
  • Fix clang tidy 27a70d1
  • Merge remote-tracking branch 'origin/master' into fix-test-s3-queue-alter-settings 56b86e4
  • and 16 more ...

View on GitHub

Algunenano created a branch on Algunenano/ClickHouse

identifier_h - ClickHouse is a free analytic DBMS for big data.

Algunenano deleted a branch Algunenano/ClickHouse

cache_base

Algunenano closed a pull request on ClickHouse/ClickHouse
Explicit instantiation of LowCardinalityDictionaryCache::cache
### Changelog category (leave one): - Not for changelog (changelog entry is not required) ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Expl...
Algunenano deleted a branch Algunenano/ClickHouse

VersionNumber

Algunenano closed a pull request on ClickHouse/ClickHouse
Remove dependencies on VersionNumber.h
<!--- A technical comment, you are free to remove or leave it as it is when PR is created The following categories are used in the next scripts, update them accordingly utils/changelog/changelog...
Algunenano created a comment on an issue on ClickHouse/ClickHouse
> This error appears when I follow this instruction guide. Expect that inserting data works fine. I have the feeling you might have executed more commands and created some recursive view. I cann...

View on GitHub

Algunenano created a comment on a pull request on ClickHouse/ClickHouse
It works, now it was only instantiated in 8 different files: Master: ``` SELECT countDistinct(file) FROM build_time_trace WHERE (date = yesterday()) AND (detail LIKE '%VersionNumber%') AND (...

View on GitHub

Algunenano created a comment on an issue on ClickHouse/ClickHouse
Another repro: https://s3.amazonaws.com/clickhouse-test-reports/75153/87c22b532e59f44a2a2d28fb1b12051a4e3a0dc1/ast_fuzzer__tsan_.html ``` SELECT * FROM ( SELECT 1 AS a GROUP BY GRO...

View on GitHub

Algunenano created a comment on an issue on ClickHouse/ClickHouse
Some suggestion to check: * Please check with a more recent version (24.12 or 25.1 will be released soon). There have been multiple improvements lately related to condition push down into views. * ...

View on GitHub

Algunenano opened a pull request on ClickHouse/ClickHouse
Explicit instantiations for DB::FieldVector and DB::FieldMap
<!--- A technical comment, you are free to remove or leave it as it is when PR is created The following categories are used in the next scripts, update them accordingly utils/changelog/changelog...
Algunenano created a branch on Algunenano/ClickHouse

field_extern - ClickHouse is a free analytic DBMS for big data.

Algunenano opened a pull request on ClickHouse/ClickHouse
Remove dependecies on VersionNumber.h
<!--- A technical comment, you are free to remove or leave it as it is when PR is created The following categories are used in the next scripts, update them accordingly utils/changelog/changelog...
Algunenano created a branch on Algunenano/ClickHouse

VersionNumber - ClickHouse is a free analytic DBMS for big data.

Algunenano created a comment on a pull request on ClickHouse/ClickHouse
It seems much better when you compare what it takes to include a common header such as DecimalFunctions.h which includes intExp.h: Before: ``` Start 1,070.805 ms Wall Duration 85.754 ms Args...

View on GitHub

Algunenano opened a draft pull request on ClickHouse/ClickHouse
intExp: Try to reduce compilation time
### Changelog category (leave one): - Not for changelog (changelog entry is not required) ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): in...
Algunenano created a branch on Algunenano/ClickHouse

intexp_compilation - ClickHouse is a free analytic DBMS for big data.

Algunenano created a branch on Algunenano/ClickHouse

cache_base - ClickHouse is a free analytic DBMS for big data.

Algunenano pushed 1 commit to setting_internal_experiments Algunenano/ClickHouse

View on GitHub

Algunenano pushed 1 commit to setting_internal_experiments Algunenano/ClickHouse
  • Fix undefined behaviour with platform defined behaviour 15cb381

View on GitHub

Load more