Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 30, 2023

  1. Add files via upload

    将原来的 一条记录一条Insert 语句,优化为 批量 Insert. 
    优化效果:
    (1)建表语句 由 【原:2525条】优化成 【现:99条】。
    (2)时间由 【原:3 m 32 s 983 ms】  降低到  【现:28 s 705 ms】.
    wqb553001 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    346db0a View commit details
    Browse the repository at this point in the history