473,480 Members | 1,873 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

General LOB Performance Question

Greetings,

I have a client who is using two BLOB columns in two of their tables
for a new database application. I have not had much experience working
with LOB data and wanted to 'pick your brains' as to any general advise
you can give to imporove the performance of these two columns. Max
size is 10 MB. There is only one BLOB in each table.

Currently the BLOB columns are stored in the same tablespace of 32K
page size. Should I put these in a Large tablespace? Any other
thoughts you may have would be greatly appreciated.

Thanks in advance!!!

Martin

Nov 12 '05 #1
2 1786
mghale wrote:
Greetings,

I have a client who is using two BLOB columns in two of their tables
for a new database application. I have not had much experience working
with LOB data and wanted to 'pick your brains' as to any general advise
you can give to imporove the performance of these two columns. Max
size is 10 MB. There is only one BLOB in each table.

Currently the BLOB columns are stored in the same tablespace of 32K
page size. Should I put these in a Large tablespace? Any other
thoughts you may have would be greatly appreciated.


How big are the LOBs usually? If they are generally small, then you could
wrap the LOB in a structured type and take advantage of the buffer pool for
the small, inlined values.

The general recommendation for LOBs is to store them in a file system based
tablespace to take advantage of the operating system's file system cache.

--
Knut Stolze
DB2 Information Integration Development
IBM Germany
Nov 12 '05 #2
Thanks.

I actually did wind up storing the blobs in their own tablespace on a
filesystem. The blobs are genearally about 1 MB in size but can be up
to 10 MB...

thanks again for the reply!!!

Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1115
by: jimjim | last post by:
Hello, I ve got the following question from a past exam paper: "Explain the consequences of Java's approach to deleting remote objects on the general performance of both local and remote Java...
14
2627
by: 2mc | last post by:
Generally speaking, if one had a list (from regular Python) and an array (from Numerical Python) that contained the same number of elements, would a While loop or a For loop process them at the...
37
2828
by: middletree | last post by:
Yesterday, I posted a problem which, by the way, I haven't been able to solve yet. But in Aaron's reply, he questioned why I did several things the way I did. My short answer is that I have a lot...
3
2039
by: Lauren Quantrell | last post by:
A general design question: Assuming I can figure out a way to link some local tables in an .MDB file to my Access2000 .ADP database (any help on this is appreciated as well), I'm wondering which...
9
2347
by: Michael | last post by:
Hi all, I would like to get people's opinion about executing SQL statements in C# (or any other .NET language really). I used to create my SQL statement by building a string and replacing single...
13
2274
by: gmccallum | last post by:
General Info: A struct is stored on the stack and a class on the heap. A struct is a value type while a class is a reference type. Question: What if a struct contains a string...
6
1558
by: Alex | last post by:
Hello I am intersting in developing and my background is VBA used in Excel and a brief intro to Java. I am interested in learning beyond VB and feel that C++ would be a very good language to...
7
2010
by: Joe Ross | last post by:
I've been working with Microsoft support for over 3 weeks now on an intermittent General Network Error we're seeing in our production environment between our ASP.NET application and SQL Server...
4
1203
by: Daniel Loose | last post by:
Hello, I have a page containing 7 iframes. Each document is created through PHP, 8 in total. I had performance issues which I could solve through Wincachegrind - now according to it, each of the...
0
7055
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6920
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7059
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6758
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7010
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5362
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4799
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3003
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
572
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.