mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
324fd98de6
* Updating of english translation. * Some bugs are fixed.
731 B
731 B
Roadmap
Q3 2018
ALTER UPDATE
for mass changes to data using an approach similar toALTER DELETE
- Adding Protobuf and Parquet to the range of supported input/output formats
- Improved compatibility with Tableau and other business analytics tools
Q4 2018
-
JOIN syntax that conforms to the SQL standard:
- Multiple
JOIN
s in a singleSELECT
- Setting the relationship between tables via
ON
- Ability to refer to the table name instead of using a subquery
- Multiple
-
Improvements in the performance of JOIN:
- Distributed JOIN not limited by RAM
- Transferring predicates that depend on only one side via JOIN
-
Resource pools for more accurate distribution of cluster capacity between its users