首页

C#读取大文本文件(12G),然后多线程批量插入至mysql数据

c#

2020-9-5

此实例的功能是:将阿里云CDN日志文件导入至mysql数据库,由于上传不了12G的文件,实例中带着 200M的 test.log文件

数据是每次提交10000条(可调整)到mysql,建议调整mysql的max_allowed_packet 参数,以便每次可提交更多的数据

资源下载此资源下载价格为3D币(VIP免费),请先
资源文件列表
.vs/ReadBigFileDemo/DesignTimeBuild/.dtbcache , 407774
.vs/ReadBigFileDemo/v16/.suo , 32256
.vs/ReadBigFileDemo/v16/Server/sqlite3/db.lock , 0
.vs/ReadBigFileDemo/v16/Server/sqlite3/storage.ide , 880640
ReadBigFileDemo/Program.cs , 5795
ReadBigFileDemo/ReadBigFileDemo.csproj , 498
ReadBigFileDemo/bin/Debug/netcoreapp3.1/Google.Protobuf.dll , 294912
ReadBigFileDemo/bin/Debug/netcoreapp3.1/Microsoft.Data.Sqlite.dll , 135032
ReadBigFileDemo/bin/Debug/netcoreapp3.1/MySql.Data.dll , 702464
ReadBigFileDemo/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll , 693680
ReadBigFileDemo/bin/Debug/netcoreapp3.1/Npgsql.dll , 660480
ReadBigFileDemo/bin/Debug/netcoreapp3.1/Oracle.ManagedDataAccess.dll , 4562944
ReadBigFileDemo/bin/Debug/netcoreapp3.1/ReadBigFileDemo.deps.json , 74474
ReadBigFileDemo/bin/Debug/netcoreapp3.1/ReadBigFileDemo.dll , 9728
ReadBigFileDemo/bin/Debug/netcoreapp3.1/ReadBigFileDemo.exe , 169984
ReadBigFileDemo/bin/Debug/netcoreapp3.1/ReadBigFileDemo.pdb , 2552
ReadBigFileDemo/bin/Debug/netcoreapp3.1/ReadBigFileDemo.runtimeconfig.dev.json , 190
ReadBigFileDemo/bin/Debug/netcoreapp3.1/ReadBigFileDemo.runtimeconfig.json , 154
ReadBigFileDemo/bin/Debug/netcoreapp3.1/SQLitePCLRaw.batteries_green.dll , 5120
ReadBigFileDemo/bin/Debug/netcoreapp3.1/SQLitePCLRaw.batteries_v2.dll , 5120
ReadBigFileDemo/bin/Debug/netcoreapp3.1/SQLitePCLRaw.core.dll , 38400
ReadBigFileDemo/bin/Debug/netcoreapp3.1/SQLitePCLRaw.provider.e_sqlite3.dll , 38912
ReadBigFileDemo/bin/Debug/netcoreapp3.1/SqlSugar.dll , 933376
ReadBigFileDemo/bin/Debug/netcoreapp3.1/System.Configuration.ConfigurationManager.dll , 380848
ReadBigFileDemo/bin/Debug/netcoreapp3.1/System.Data.SqlClient.dll , 237424
ReadBigFileDemo/bin/Debug/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll , 24880
ReadBigFileDemo/bin/Debug/netcoreapp3.1/System.Security.Permissions.dll , 94584
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/alpine-x64/native/libe_sqlite3.so , 1079856
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/linux-arm/native/libe_sqlite3.so , 730432
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/linux-arm64/native/libe_sqlite3.so , 1009000
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/linux-armel/native/libe_sqlite3.so , 1033952
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/linux-musl-x64/native/libe_sqlite3.so , 1079856
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/linux-x64/native/libe_sqlite3.so , 1102088
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/linux-x86/native/libe_sqlite3.so , 1141796
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/osx-x64/native/libe_sqlite3.dylib , 3139712
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll , 833904
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll , 883568
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll , 31688
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/win-arm64/native/sni.dll , 174224
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/win-x64/native/e_sqlite3.dll , 1307648
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/win-x64/native/sni.dll , 160040
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/win-x86/native/e_sqlite3.dll , 1006080
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/win-x86/native/sni.dll , 136488
ReadBigFileDemo/bin/Debug/netcoreapp3.1/runtimes/win8-arm/native/e_sqlite3.dll , 868864
ReadBigFileDemo/file/apiadmin.sql , 1591
ReadBigFileDemo/file/test.log , 247582648
ReadBigFileDemo/obj/Debug/netcoreapp3.1/ReadBigFileDemo.AssemblyInfo.cs , 1028
ReadBigFileDemo/obj/Debug/netcoreapp3.1/ReadBigFileDemo.AssemblyInfoInputs.cache , 42
ReadBigFileDemo/obj/Debug/netcoreapp3.1/ReadBigFileDemo.assets.cache , 52824
ReadBigFileDemo/obj/Debug/netcoreapp3.1/ReadBigFileDemo.csproj.CopyComplete , 0
ReadBigFileDemo/obj/Debug/netcoreapp3.1/ReadBigFileDemo.csproj.FileListAbsolute.txt , 5311
ReadBigFileDemo/obj/Debug/netcoreapp3.1/ReadBigFileDemo.csprojAssemblyReference.cache , 424
ReadBigFileDemo/obj/Debug/netcoreapp3.1/ReadBigFileDemo.dll , 9728
ReadBigFileDemo/obj/Debug/netcoreapp3.1/ReadBigFileDemo.exe , 169984
ReadBigFileDemo/obj/Debug/netcoreapp3.1/ReadBigFileDemo.pdb , 2552
ReadBigFileDemo/obj/ReadBigFileDemo.csproj.nuget.cache , 149
ReadBigFileDemo/obj/ReadBigFileDemo.csproj.nuget.dgspec.json , 2343
ReadBigFileDemo/obj/ReadBigFileDemo.csproj.nuget.g.props , 1126
ReadBigFileDemo/obj/ReadBigFileDemo.csproj.nuget.g.targets , 294
ReadBigFileDemo/obj/project.assets.json , 249510
ReadBigFileDemo.sln , 1150
没有账号? 忘记密码?

社交账号快速登录