array(2) {
[0]=>
string(815) "
select r.*,
rc.info,
t.title as threadtitle,
u.username as username,
u.anonymous as useranonymous,
`f`.`value` AS `flairvalue`,
`ft`.`name` AS `flairname`,
`ft`.`colour` AS `flaircolour`,
`ft`.`icon` AS `flairicon`
from reply as r
join thread as t on t.id = r.threadid
join replycontent as rc on rc.replyid = r.id
join user as u on u.id = r.userid
left join `flair` `f` on `f`.`userid` = `u`.`id` and `f`.`categoryid` = `t`.`categoryid`
left join `flairoption` `ft` on `ft`.`id` = `f`.`flairoptionid`
where r.businessid = :businessId
and r.threadid = :threadId
group by r.id
order by r.utcdated desc
limit 0,50
"
[1]=>
array(2) {
["businessId"]=>
int(1)
["threadId"]=>
int(18825)
}
}

Years ago
NH: iPods - Ridiculous Data Sizes
The difference in advertised storage and actual storage is because of the different base systems used for calculating computer storage. Computers use binary storage so one Megabyte is 1024 bytes but marketers measure a Megabyte in decimal so 1024 bytes becomes 1.024 Megabytes. Scae this up to Gigabyte sizes and the difference becomes more pronounced. Also some of that storage is used in administration tasks so the storage can manipulate data etc. Hence why a advertised 120GB drive becomes 111GB in actual use.
I think I got all that right. Well some one will correct me if it's wrong.
