Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 SQL 查询来从带有一些连接的表中选择记录。该表包含数百万条记录。
如何估计在执行 SQL 查询之前运行它的时间?
使用“top 10”运行查询,然后是“top 100”,然后是“top 1000”,依此类推。一旦达到大约需要 10 秒的水平,您就可以划分以获得估计的每秒行数。
您应该从中了解运行所有行需要多长时间。
如何在使用选择文件时获取文件的完整路径<input type=‘file’>
<input type=‘file’>
<input type="file" id="fileUpload"> <script type="text/javascri