Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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 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.
Algunenano pushed 1 commit to settings_default_settings Algunenano/ClickHouse
- Adapt for private 06d5876
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
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
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 🥲
Algunenano created a comment on an issue on ClickHouse/ClickHouse
This was done over multiple PRs. Check `merge_selector_*` MergeTree settings
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
Algunenano pushed 1 commit to settings_default_settings Algunenano/ClickHouse
- Add tests mixing query and engine settings d5f5f5a
Algunenano pushed 1 commit to format_readable_numeric Algunenano/ClickHouse
- Review improvements 8e4c264
Algunenano pushed 1 commit to settings_default_settings Algunenano/ClickHouse
- Revert unneded changes 65804ee
Algunenano pushed 1 commit to format_readable_numeric Algunenano/ClickHouse
- Style == suboptimal 1b52470
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.