Hi Tony,
thanks for the response...
yes, all three columns are indexed.
DROP TABLE IF EXISTS docimages;
CREATE TABLE docimages (
BatchNum varchar(8) NOT NULL,
ItemId int NOT NULL,
Side varchar(1), # f - front, b - back
Image blob, # Good for 64k (my tiffs are less than...