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 > IDS 9.21 Logical Logging

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-25-09, 15:29
mcrutcher mcrutcher is offline
Registered User
 
Join Date: Jun 2008
Posts: 16
IDS 9.21 Logical Logging

We have a select with subselects that are causing a lot of data to be written to the logical logs. When I take out the subselects, the logging activity stops. Does the subselect cause data to be written to logical logs, and how can this be prevented---for example, the no log option when using temp tables?


Thanks

Mark
Reply With Quote
  #2 (permalink)  
Old 03-26-09, 04:48
stanislav.ondac stanislav.ondac is offline
Registered User
 
Join Date: Aug 2005
Posts: 140
put your select here.

But in generally, you can avoid writing to the logical logs by:
using temp tables with no log option
using raw tables
turning off database logging

ps:select is read only operation...i don't think it is the cause of using logical logs.
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