Skip to content

Add files via upload 优化SQL语句,提升执行效率#2316

Open
wqb553001 wants to merge 1 commit intojeecgboot:masterfrom
wqb553001:master
Open

Add files via upload 优化SQL语句,提升执行效率#2316
wqb553001 wants to merge 1 commit intojeecgboot:masterfrom
wqb553001:master

Conversation

@wqb553001
Copy link
Copy Markdown

将原来的 一条记录一条Insert 语句,优化为 批量 Insert.
优化效果:
(1)建表语句 由 【原:2525条】优化成 【现:99条】。
(2)时间由 【原:3 m 32 s 983 ms】 降低到 【现:28 s 705 ms】.

将原来的 一条记录一条Insert 语句,优化为 批量 Insert. 
优化效果:
(1)建表语句 由 【原:2525条】优化成 【现:99条】。
(2)时间由 【原:3 m 32 s 983 ms】  降低到  【现:28 s 705 ms】.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant