J
John K.
we have a DB field of type OLE Object. We are storing
bytes of data (blobs).. we are running into the situation
that everytime this field is updated, the DB grows.... I
ran the experiment where I was saving 8,000 bytes to this
field... in a loop of 10,000 times... my database size
grew from 3,500KB to 800,000KB ... and all I did was
iteratively update the same field.... even after doing
a DB commit, the size did not shrink. I did a compact,
and then it shrank back down to around the 3,500KB mark.
This sounds like a MAJOR problem with the field type of
OLE Object ?
bytes of data (blobs).. we are running into the situation
that everytime this field is updated, the DB grows.... I
ran the experiment where I was saving 8,000 bytes to this
field... in a loop of 10,000 times... my database size
grew from 3,500KB to 800,000KB ... and all I did was
iteratively update the same field.... even after doing
a DB commit, the size did not shrink. I did a compact,
and then it shrank back down to around the 3,500KB mark.
This sounds like a MAJOR problem with the field type of
OLE Object ?