crate/crate

Support additional units for `INTERVAL` types

Open

#11,490 建立於 2021年6月17日

在 GitHub 查看
 (11 留言) (2 反應) (1 負責人)Java (3,863 star) (545 fork)batch import
complexity: no estimatefeature: sql: type systemgood first issueneeds concrete use-case

描述

Use case:

  • Compatibility with PostgreSQL
  • Time-series applications

Feature description:

the CrateDB INTERVAL data type does not currently support the PostgreSQL input units MILLENNIUM, CENTURY, DECADE, MILLISECOND, or MICROSECOND. the larger units might not be so useful for most CrateDB use-cases, but MILLISECOND and MICROSECOND appear to be good candidates for use with time-series applications

NOTE: this feature request was spun out of my work revamping the data types docs

貢獻者指南