作者:晨雨心秋-济微路唐姜合 | 来源:互联网 | 2023-05-18 09:30
IamusingaSQLitedatabaseandwouldliketospeedupmyqueries,perhapswithindexesorbyrestr
I am using a SQLite database and would like to speed up my queries, perhaps with indexes or by restructuring them altogether.
我正在使用SQLite数据库,并希望加快我的查询,可能是索引或完全重组它们。
Is there a tool to profile queries, that might help me decide where things are slowing down?
是否有一个工具来分析查询,这可能有助于我决定哪些方面正在放缓?
I know I could just enter queries into a tool like SQLite Administrator to time them, but I'm looking for something a bit more systematic than that -- perhaps something that sits in the background and looks at all the queries that I enter over a period, giving a breakdown of any bottle necks.
我知道我可以在SQLite管理员这样的工具中输入查询来计算它们,但我正在寻找比这更有系统性的东西 - 也许是在后台的东西,看着我输入的所有查询期间,给出任何瓶颈的细分。
3 个解决方案