Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一部分代码需要从表中获取特定条件的数据(其中 accountid = '')。数据检索是一个非常缓慢的过程。自行检索记录需要 2 小时。我尝试添加并发线程来加快进程,但在时间方面并没有太大的好处。
如果有人可以建议我一种更好更快的检索方式,那将很有帮助。
PS:我正在建立一个 ODBC 连接,然后运行一个查询并获取查询的输出。
听起来你需要一个关于 accountid 的索引。是主键吗?如果没有,请围绕该列创建索引。