F
Frank Meulblok
Guest
I'd be curious what the impact is of replacing the RAW with a BLOB. If total record size a factor, it should make a difference: Since BLOBs only store a 64-bit refetence, where a RAW holds the full data instead, record sizes would be much smaller. If you're not actually reading or updating the BLOB field, the content wouldn't be fetched.
Continue reading...
Continue reading...