-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The below functionality could lead to performance issues and should be explored and potentially resolved.
- Each time a query is executed, a new connection is created.
- Benchmarking utils instantiation should only occur once and be shared by threads. It should not be included in the timing code either. If we don't want to deal with thread locks, we can also instantiate once per thread.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels