Hi there,
we have some performance issues with Sybase regarding blobs.
I have a database server called files, with about 300 records, about 10 columns (varchars and integers) and 1 blob (media in Servoy)
In one record we have uploaded a 128MB zip file.
A simple query:
SELECT media FROM files WHERE filesid = '512' //this is the record with the 128MB zip file.
takes about 40-50 seconds, from Servoy or DBvis.
Is this normal??
Ofcourse the memory of dbsvr10.exe grows, but Java (does not matter if it is Servoy or Dbvis) memory goes trough the roof!!
before the query, Java start at about 110MB, and after the query ends about 550-600MB!!
Anyone else seen this? or have some reference material, with other DB vendors?