milvus-io/milvus

[Feature]: Support date && datetime type

Aperta

#27.577 aperta il 9 ott 2023

 (9 commenti) (1 reazione) (1 assegnatario)Go (4000 fork)batch import
good first issuehacktoberfestkind/feature

Metriche repository

Star
 (44.298 stelle)
Metriche merge PR
 (Merge medio 7g) (314 PR mergiate in 30 g)

Descrizione

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

Guida contributor