Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Date type for date strings #72

Open
smcvb opened this issue Apr 8, 2021 · 0 comments
Open

Use Date type for date strings #72

smcvb opened this issue Apr 8, 2021 · 0 comments

Comments

@smcvb
Copy link
Member

smcvb commented Apr 8, 2021

Feature Description

Replace the date String fields for actual Date types.
Important in this process is to ensure the created sorting index (based on the event timestamp and sequence number) keeps a similar performance as it currently has.
Furthermore, we should make sure this adjustment keeps the current ordering based on timestamp and seqNo in working order.

Current Behaviour

Currently, the Mongo Extension uses Strings to contain date times.

Wanted Behaviour

The Mongo Extension should use the Date type to refer to date fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant