Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 3.68 KB

README.md

File metadata and controls

68 lines (45 loc) · 3.68 KB

DolphinDB Release Notes

Release Date : 2019-06-03

Version : 0.96.0

DolphinDB Server

Linux64 binary | Linux32 binary | Windows64 binary | Windows32 binary | ARM64 binary | ARM32 binary | Loongson64 binary

New Features

  • Added a new higher order function pcross. It is the parallel computing version of function cross. (2019-06-10 0.96.1 Linux64 binary | Linux32 binary | Windows64 binary | Windows32 binary | ARM64 binary | ARM32 binary | Loongson64 binary
  • Now support connection from Redash via JSON or URL. Redash is an open source application to query your data sources, visualize the results, build dashboards and share data with your team. (2019-06-10 0.96.1)
  • Released DolphinDB Loongson Edition.
  • Supports dynamically adding data nodes to a running DolphinDB cluster without restarting the cluster.
  • Provide a set of functions to rebalance data across nodes in case of data skew.
  • Provide Spark connector to access data in DolphinDB from Spark.
  • DFS tables support backup and recovery.
  • Added anomaly detection engine for real-time anomaly detection in streaming data.

Improvements

  • Performance improvements for the R API.
  • Improved the performance of the time-series aggregator for streaming data by 5-27 times.
  • Command dropPartition now supports removing any level of partitions with specified filter.
  • Added redo log for distributed tables to ensure newly written data will not be lost in case of power outage.
  • The cross-sectional aggregator now can be used as a cross-sectional snapshot table. Metric expressions and grouping columns can be empty.
  • Support cleaning up stream table persistence log files according to given retention policy.

Bug fixes

  • Fixed the issue that the DFS Explorer in cluster manager does not support table names in Chinese.
  • Fixed a bug of SQL query with top clause or where clause on dynamically added columns.

DolphinDB GUI

  • Fixed the issue that setting the font size only works for currently open files.

DolphinDB Plugin