You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: