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
SOS "pub handle" is not optimized for capturing VERY LARGE amounts of streaming event trace data.
Proposed additional "stream handle" that is engineered to optimize for MANY small simple data chunks, rather than a few large, complex, self-describing events.
Assuming that events arise from fixed annotations in code that do not change filename, line number, type (start/stop) or semantics, those details can be captured once and stored in a lookup table.
Trace events can then be stored as the event's id, a timestamp, a relation_id, a parent_relation_id (to capture traces of recursive functions), etc.
This will dramatically cut down on the metadata overhead for logging event traces using SOS.
The text was updated successfully, but these errors were encountered:
SOS "pub handle" is not optimized for capturing VERY LARGE amounts of streaming event trace data.
Proposed additional "stream handle" that is engineered to optimize for MANY small simple data chunks, rather than a few large, complex, self-describing events.
Assuming that events arise from fixed annotations in code that do not change filename, line number, type (start/stop) or semantics, those details can be captured once and stored in a lookup table.
Trace events can then be stored as the event's id, a timestamp, a relation_id, a parent_relation_id (to capture traces of recursive functions), etc.
This will dramatically cut down on the metadata overhead for logging event traces using SOS.
The text was updated successfully, but these errors were encountered: