Re: [PHP] Memory and BLOB's

2006-03-13 Thread tedd
Jochem and tedd discussed: Isn't assigned memory just blocks of reserved addresses for the requesters use? It shouldn't make any difference where, or how much, a block of memory is. To move from a field in a record to another field is just following memory addresses from one field to another

Re: [PHP] Memory and BLOB's

2006-03-13 Thread Jochem Maas
tedd wrote: Jochem said: reorder the fields so that the VARCHARS are at the end of the table (and the BLOB field at the very, very end of the table). Why the importance of BLOB's being at the end of the table? its a guestimate based on something I read a while back, the reason was somethin

[PHP] Memory and BLOB's

2006-03-13 Thread tedd
Jochem said: reorder the fields so that the VARCHARS are at the end of the table (and the BLOB field at the very, very end of the table). Why the importance of BLOB's being at the end of the table? Isn't assigned memory just blocks of reserved addresses for the requesters use? It shouldn't m