milvus-io/milvus

[Feature]: Support date && datetime type

Open

#27,577 建立於 2023年10月9日

在 GitHub 查看
 (9 留言) (1 反應) (1 負責人)Go (44,298 star) (4,000 fork)batch import
good first issuehacktoberfestkind/feature

描述

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

Timestamp is a very common datatype in all databases. We can convert timestamp into int64, but this will be a overhead for the user.

We can follow the definition of PG https://www.postgresql.org/docs/current/datatype-datetime.html about what datetime data type should behave

We need to mainly support 4 data types. Date w/without timezone time w/without timezone

And main display method and filter function on top of it

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

貢獻者指南