-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi there,
while working with the Raquel data to do some analytics, we discovered that we would have liked the datatypes to be more specific.
For example, the
enqueued_atcolumn is typedbig int, even though it contains atimestamp(however, in milliseconds, so not quite).payloadcolumn is typedvarchar, even though it containsjson.
It's not that it is impossible to convert these into more usable formats (jsonb and timestamp) but the question is why? Wouldn't native types in the database make it easier to work with them? For example converting the milliseconds to dates in sql is surprisingly error prone.
Metadata
Metadata
Assignees
Labels
No labels