Skip to content

[db] Trace DB performance improvement #292

@nasahlpa

Description

@nasahlpa

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions