milvus-io/milvus

[Feature]: Support date && datetime type

Open

#27.577 geöffnet am 9. Okt. 2023

Auf GitHub ansehen
 (9 Kommentare) (1 Reaktion) (1 zugewiesene Person)Go (44.298 Stars) (4.000 Forks)batch import
good first issuehacktoberfestkind/feature

Beschreibung

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

Contributor Guide