> 英语 >
Performance evaluation...o(1),O(n),O(n?2),O(logn)?
hi therelet say that i have 400 entry in mara in devconsidering that i am using select single on mara.what is the order of performance associated to this select single?it is O(n)?i.e.400 entry ±= 400 seconds => 33000 entry ±= 33000 seconds?it is O(n?2)?i.e.400 entry ±= 160k seconds => 33000 entry ±= 1089M seconds?any places i can find this kind of info for differents calls?i would like to know approximatly the time it takes before it go in prod or even in QA...thanks
人气:386 ℃ 时间:2020-09-30 02:50:01
解答
It really depends on how good your DBA is and how tuned the database is? The same query can run in very different amounts of time based on the optimization of the database at the time of the run.查...
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版