ClickHouse/docs/en/roadmap.md

24 lines
622 B
Markdown
Raw Normal View History

# Roadmap
2019-01-02 09:37:08 +00:00
## Q1 2019
2018-03-25 02:04:22 +00:00
2018-09-06 18:15:16 +00:00
- JOIN syntax compatible with SQL standard:
- Mutliple `JOIN`s in single `SELECT`
2018-11-27 09:08:54 +00:00
- Protobuf and Parquet input and output formats
- Import/export from HDFS and S3
- Lower metadata size in ZooKeeper
- Adaptive index granularity for MergeTree engine family
## Q2 2019
2018-03-25 02:04:22 +00:00
2018-09-06 18:15:16 +00:00
- JOIN execution improvements:
- Distributed join not limited by memory
- Resource pools for more precise distribution of cluster capacity between users
2018-11-27 09:08:54 +00:00
## Q3 2019
- Fine-grained authorization
- Integration with external authentication services
[Original article](https://clickhouse.yandex/docs/en/roadmap/) <!--hide-->