Ecosyste.ms: Timeline

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

Algunenano

Algunenano closed an issue on ClickHouse/ClickHouse
CREATE TABLE AS with SETTINGS should recognize settings for the corresponding ENGINE
**Describe the issue** ``` CREATE TABLE hits2 AS hits SETTINGS enable_block_number_column = 1, enable_block_offset_column = 1; ``` Without an explicit ENGINE specification it does not recog...
Algunenano closed an issue on ClickHouse/ClickHouse
Cannot create table with SETTINGS with implicit ENGINE
**Describe the issue** I am trying to create a table with SETTINGS: This one works: ``` CREATE OR REPLACE TABLE example_table (id UInt32, data String) ENGINE=MergeTree() ORDER BY id SETTING...
Algunenano deleted a branch Algunenano/ClickHouse

settings_default_settings

Algunenano closed a pull request on ClickHouse/ClickHouse
Support SETTINGS with implicit ENGINE and mixing engine and query settings
<!--- 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 a pull request on ClickHouse/ClickHouse
AFAIK we haven't investigated neither of the slowdowns.

View on GitHub

Algunenano pushed 1 commit to settings_default_settings Algunenano/ClickHouse

View on GitHub

Algunenano deleted a branch Algunenano/ClickHouse

format_readable_numeric

Algunenano closed a pull request on ClickHouse/ClickHouse
Add support for extended numeric types in formatReadable functions
### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Add support for extended numeric types (De...
Algunenano pushed 2 commits to settings_default_settings Algunenano/ClickHouse
  • Better wording f31f19d
  • Remove experimental feature test It makes things more complicated than it needs to be 5299b4c

View on GitHub

Algunenano created a review comment on a pull request on ClickHouse/ClickHouse
I'll reword this properly. It's used to validate if settings are query or engine settings before start the query interpretation

View on GitHub

Algunenano created a review on a pull request on ClickHouse/ClickHouse

View on GitHub

Algunenano created a review comment on a pull request on ClickHouse/ClickHouse
I love how we keep getting more and more warnings that this code was awful to begin with 🥲

View on GitHub

Algunenano created a review on a pull request on ClickHouse/ClickHouse

View on GitHub

Algunenano created a comment on an issue on ClickHouse/ClickHouse
This was done over multiple PRs. Check `merge_selector_*` MergeTree settings

View on GitHub

Algunenano closed an issue on ClickHouse/ClickHouse
Expose `SimpleMergeSelector` settings via `MergeTreeSettings`
SimpleMergeSelector is an algorithm which ClickHouse use to choose parts for merges. This algorithm is not trivial and has multiple parameters (settings): https://github.com/ClickHouse/ClickHouse/b...
Algunenano pushed 1 commit to settings_default_settings Algunenano/ClickHouse
  • Add tests mixing query and engine settings 05e51c1

View on GitHub

Algunenano pushed 1 commit to settings_default_settings Algunenano/ClickHouse
  • Add tests mixing query and engine settings d5f5f5a

View on GitHub

Algunenano pushed 1 commit to settings_default_settings Algunenano/ClickHouse

View on GitHub

Algunenano pushed 1 commit to format_readable_numeric Algunenano/ClickHouse

View on GitHub

Algunenano pushed 1 commit to settings_default_settings Algunenano/ClickHouse

View on GitHub

Algunenano pushed 1 commit to settings_default_settings Algunenano/ClickHouse

View on GitHub

Algunenano pushed 1 commit to settings_default_settings Algunenano/ClickHouse

View on GitHub

Algunenano pushed 1 commit to format_readable_numeric Algunenano/ClickHouse

View on GitHub

Algunenano opened a pull request on ClickHouse/ClickHouse
Add support for extended numeric types in formatReadable functions
### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Add support for extended numeric types in ...
Algunenano created a branch on Algunenano/ClickHouse

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

Algunenano created a review comment on a pull request on ClickHouse/ClickHouse
I've flipped the checks to remove the ambiguity in a clearer way and support other use cases. Now, if there is only one SETTING declaration (2 of them is unambiguous already) we check all the setti...

View on GitHub

Algunenano created a review on a pull request on ClickHouse/ClickHouse

View on GitHub

Algunenano created a review comment on a pull request on ClickHouse/ClickHouse
The comment above needs to be adjusted. I'm not sure if we even need the conditionals anymore. I think that at this point it's ok to break compatibility with 22.10 so we could check if unconditiona...

View on GitHub

Algunenano created a review on a pull request on ClickHouse/ClickHouse

View on GitHub

Algunenano created a comment on an issue on ClickHouse/ClickHouse
Ey @wxybear I was thinking about giving a try to this to simplify the code and remove compilation per type. Let me give it a try first

View on GitHub

Load more