milvus-io/milvus

[Feature]: Support date && datetime type

Open

#27,577 opened on 2023年10月9日

GitHub で見る
 (9 comments) (1 reaction) (1 assignee)Go (44,298 stars) (4,000 forks)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

コントリビューターガイド