Ekate Posted May 2, 2007 Share Posted May 2, 2007 Hello,dear experts I'm sorry for silly question,but I need to estimate the amount of data I sent to the MYSQL server and obtain. Like I send the SQL query to the MySQL Server,the Server solves task and give me the answer like several rows from the tables which I than load to my application.And I need to estimate the amount of data I get. Thank you in advance, Ekate Quote Link to comment https://forums.phpfreaks.com/topic/49649-data-transmission-estimation/ Share on other sites More sharing options...
fenway Posted May 2, 2007 Share Posted May 2, 2007 Estimate what? Quote Link to comment https://forums.phpfreaks.com/topic/49649-data-transmission-estimation/#findComment-243734 Share on other sites More sharing options...
Ekate Posted May 3, 2007 Author Share Posted May 3, 2007 I need to estimate the amount of data transmission. Like how many kbytes of data I transfer and get back during the query execution Quote Link to comment https://forums.phpfreaks.com/topic/49649-data-transmission-estimation/#findComment-244066 Share on other sites More sharing options...
fenway Posted May 3, 2007 Share Posted May 3, 2007 Well, assuming your tables are fixed-width, you can estimate from the record size / column types. Quote Link to comment https://forums.phpfreaks.com/topic/49649-data-transmission-estimation/#findComment-244452 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.