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
When using the new OT trace database in a multi-processing setting (e.g., CECA.py), the new DB is slower than the older CW DB. The reason for that is how the database connection with SQLAlchemy is established. Instead of opening a new connection each time, we should keep the connection open and allow different Ray workers accessing them.
The text was updated successfully, but these errors were encountered:
When using the new OT trace database in a multi-processing setting (e.g., CECA.py), the new DB is slower than the older CW DB. The reason for that is how the database connection with SQLAlchemy is established. Instead of opening a new connection each time, we should keep the connection open and allow different Ray workers accessing them.
The text was updated successfully, but these errors were encountered: