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
fix: Improve query performance by using a single connection
Use one connection for the lifetime of the process rather
than creating a new connection for each query.
This cuts execution time roughtly in half for queries
across large Things databases.
0 commit comments