Varbyte fields

Post Reply
sabety
Posts: 76
Joined: Wed Dec 06, 2000 7:11 am

Varbyte fields

Post by sabety »

I have a large varbyte field for holding publication quality TIFF images (8MB+ each). So far 19 records and I notice significant slowness in search results, and only in the table with a lot of data in the varbyte field (all my other tables also have the same schema though rarely use the varbyte field). I am not trying to select the varbyte field in the results listings either. I am assuming Texis can handle large binary files directly without the use of indirects. Is that right? If so, what could be the problem?

thanks
User avatar
John
Site Admin
Posts: 2621
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Varbyte fields

Post by John »

If you have large data that you are not frequently selecting it is advisable to store it in a BLOB field, as that will not be read in when the rest of the record is read.
John Turnbull
Thunderstone Software
Post Reply