milvus-io/milvus

[Feature]: Implement Timestamp Data Type in Milvus

Aperta

#27.467 aperta il 3 ott 2023

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

Metriche repository

Star
 (44.298 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Is there an existing issue for this?

  • I have searched the existing issues

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

Timestamps are crucial for a wide range of applications including time-series data analysis, event tracking, and log management among others. By introducing a timestamp data type, Milvus can broaden its use case coverage and provide better service to applications that are time-sensitive. This enhancement will involve the design and implementation of the timestamp data type, ensuring its correct representation, and providing efficient querying capabilities based on time. Further, it will be necessary to create comprehensive documentation and examples to guide users on how to utilize this new data type effectively in their Milvus-based applications. This feature will significantly improve Milvus’s capability in handling time-oriented data and open new avenues for real-world applications.

You have to implement timestamp data type and finish at least one SDK (Go, Java, Python) support too

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

Guida contributor