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
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
I think we should investigate the performance of using ETS tables to track traces/spans. This would work similar to how db_connection works now with @fishcakez pool. Setting an heir to be a cleanup process provides the feature of a crashed process can have its open spans closed and finishing can be done with ets:giveaway.
It might be too much overhead on a system with thousands of concurrent traces, but I think worth measuring to be sure.
The text was updated successfully, but these errors were encountered:
I think we should investigate the performance of using ETS tables to track traces/spans. This would work similar to how
db_connection
works now with @fishcakez pool. Setting anheir
to be a cleanup process provides the feature of a crashed process can have its open spans closed and finishing can be done withets:giveaway
.It might be too much overhead on a system with thousands of concurrent traces, but I think worth measuring to be sure.
The text was updated successfully, but these errors were encountered: