Skip to content

Make log_time column implicit and potentially introduce ingest_time #1891

@teh-cmc

Description

@teh-cmc

We currently store the logging time twice: once in the MsgId (soon EventId) and once injected by the SDK (and they don't even match!).
We could just not inject the log_time, and instead derive a log_time column on the server using the timestamp in the EventId; especially since we probably want an auto-derived ingestion_time anyway.
The timestamp in EventId is not going away: it is what defines our global ordering!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions