Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/performance/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Performance ODataV3慢度_Performance_Frameworks_Odata_Entity - Fatal编程技术网

Performance ODataV3慢度

Performance ODataV3慢度,performance,frameworks,odata,entity,Performance,Frameworks,Odata,Entity,我正在使用带EF6.3的ODataV3。虽然脚本执行时间为2ms,但当结果包含许多行时,我面临长时间的MSSQL连接。似乎对象序列化花费的时间太长,并且会消耗CPU。你曾经遇到过同样的问题吗

我正在使用带EF6.3的ODataV3。虽然脚本执行时间为2ms,但当结果包含许多行时,我面临长时间的MSSQL连接。似乎对象序列化花费的时间太长,并且会消耗CPU。你曾经遇到过同样的问题吗