本文介绍了插入查询中的性能问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI伙计们,



只是一个快速的问题:



我创建一个sqlfile with lot插入查询(例如:8000个不同的插入查询)





我通过cmd运行此文件


来自cmd的


i将连接数据库运行带有插入查询的文件,而不是我要提交的。



我可以做些什么来让它更快吗?



我尝试过:



我不知道我能做什么,这就是我问你的原因。

HI guys,

Just a quick questioN:

I am create an sqlfile with lot of insert queries (ex: 8000 different insert queries)
.

I am running this file through cmd

from cmd:
i will connect with a database run the file with insert queries than i will commit.

Can i do something to make it more faster ?

What I have tried:

I do not know what can i do that's why i am asking you .

推荐答案



这篇关于插入查询中的性能问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-19 00:31