-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Support Dates and DateTimes outside of 1970-2105 range. #7316
Copy link
Copy link
Closed
Labels
comp-datetimeDate/DateTime/TimeZone datatypes and date-time semantics.Date/DateTime/TimeZone datatypes and date-time semantics.feature
Description
Dates are currently not supported outside of this range.
This may not be an issue for analyzing specific data sets like current web logs, but is a show stopper for using ClickHouse more generally. For example, if one wanted to include a user's birthdate with the web activity in order to do analysis by age cohort, this would not work. If one wanted to do analysis on historical data this is also an issue.
Date and DateTime values should be expanded to cover a much larger range.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
comp-datetimeDate/DateTime/TimeZone datatypes and date-time semantics.Date/DateTime/TimeZone datatypes and date-time semantics.feature