Home  >  Article  >  Database  >  mysql-Mysql带有longblob类型的表,如何实现大量数据批量插入

mysql-Mysql带有longblob类型的表,如何实现大量数据批量插入

WBOY
WBOYOriginal
2016-06-06 09:36:161744browse

mysqlcsvlongblob

现在需要大量数据插入Mysql中,使用MySqlDataAdapter的Update速度太慢,
想要通过文件导入,把DataTable转成CSV文件,然后导入。

不过表字段中含有longblob类型的字段,这个应该怎么处理。

或者还有没有什么更好的插入方法?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn