If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Informix logical logs & blobspaces

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-13-05, 12:09
Dave_Cha Dave_Cha is offline
Registered User
 
Join Date: Jan 2005
Location: Wexford, Ireland
Posts: 13
Informix logical logs & blobspaces

Hi,

Can anyone confirm whether or not it is possible to include blobspaces in the logical logs.

My understanding is that blobs can only be written to the logical logs where those blobs are part of a dbspace however a vendor is suggesting that we should also be able to include changes to a blobspace.

I would also appreciate any advice regarding the setting up of Informix replication between two servers on different sites. The production server has a blobspace of approx. 150gb and it is this that is causing difficulty.

Rgd's,

Dave
Reply With Quote
  #2 (permalink)  
Old 01-18-05, 18:01
RobP RobP is offline
Registered User
 
Join Date: Mar 2004
Location: Netherlands
Posts: 183
Hi Dave,

First an answer on your first question. If blobs (datatypes byte or text) are stored in blobpages they are NOT logged in the logical log. Or actually the LOB itself is not, but the pointers are. A copy of the LOB is saved in the blobspace as long as necessary. If you are using blobpages inside dbspaces then they are lgged just as normal pages.

Your second question is somewhat harder to answer. I think we need extra info like the version of your database, the kind of replication you are refering to (HDR/ER) etc.

Hope this helps,

Rob Prop
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On