Question - traffic network with Select * from table and FetchRows = 25
Posted: Wed 25 Jul 2012 18:09
Hi, I have a question, if I have in one table about 1 milion of records and use the follow sql : Select * from table and fetchRows set to 25,40.
Question : how many records are returned ? 1 milion or the number of fetchrows property?
The next records will show while we get more records after end of table , this operation get the records from the memomory or get next records from database?
I'd like to know what the network traffic in this situation.
Thanks
Question : how many records are returned ? 1 milion or the number of fetchrows property?
The next records will show while we get more records after end of table , this operation get the records from the memomory or get next records from database?
I'd like to know what the network traffic in this situation.
Thanks