我有一个要求,我必须上传一个文件到数据库。文件每天将有大约10万条记录,每月有8到1000万条记录。
此外,还需要执行一些字段级别的验证。
验证方法如下:是否所有字段都存在,do number字段包含有效数字,date包含有效日期,is number在指定范围内,是否进行字符串格式匹配等。
有三种方法。
1: Upload to temp and then validate
- Create a temp table (all string columns), have extra error column
- upload all entries to temp table
- run va
我试着用Dropbox上传文件。它工作得很好。Dropbox中有用于多个文件上载的选项吗?或者在php中有任何异步上传的概念?目前,我正在使用oauth2.0的应用程序签名。
/**
* Uploads a physical file from disk
* Dropbox impose a 150MB limit to files uploaded via the API. If the file
* exceeds this limit or does not exist, an Exception will be thrown
* @param string $fi