Skip to content

0.12.0

Closed May 15, 2022 100% complete
  1. Add BetaRowset. Inverted index will be supported along with this new format of rowset. Dictionary compression for string type is also supported.

  2. Add Spark-on-Doris connector. With this feature, user can access Doris' data through Spark.

  3. Separate storage and computation. With this feature, Doris can offload data to remote storage, and only keep data …

  1. Add BetaRowset. Inverted index will be supported along with this new format of rowset. Dictionary compression for string type is also supported.

  2. Add Spark-on-Doris connector. With this feature, user can access Doris' data through Spark.

  3. Separate storage and computation. With this feature, Doris can offload data to remote storage, and only keep data cache in local storage. In this way, user can expand compute resources fast at small cost.

  4. Support plugin framework. Now if someone wants to add some feature, he/she can only do this in Doris code base, which is not friendly to beginners. And it is more likely to introduce new problems. So we want to create a plugin framework. User can add new feature through this mechanism.

  5. Supported SQL will be improved. This will support more SQL syntax.

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.