Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Compress EDBUpd files to make them more transportable
Fri, Jan 11 2013 12:41 PMPermanent Link

Adam Brett

Orixa Systems

I think I am right in saying that the Update files created by EDB when a user called "Save Updates" are not compressed. As a result these update files can be extremely large, particularly where a user has run a fairly wide-ranging "update" statement.

In replication it is common for these files to be passed around WAN's sometimes with limited bandwidth.

It is great to be able to Query the content of an Update file to find its content, but it would also be useful to have the file-size reduced by compressing them when created to speed up the file copy process.
Sat, Jan 12 2013 9:31 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Adam,

<< I think I am right in saying that the Update files created by EDB when a
user called "Save Updates" are not compressed. As a result these update
files can be extremely large, particularly where a user has run a fairly
wide-ranging "update" statement. >>

Nope, they're compressed (default level of 6), and you can change it with
the COMPRESSION clause:

http://www.elevatesoft.com/manual?action=viewtopic&id=edb2sql&topic=SAVE_UPDATES

Tim Young
Elevate Software
www.elevatesoft.com
Sat, Jan 12 2013 10:58 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

><< I think I am right in saying that the Update files created by EDB when a
>user called "Save Updates" are not compressed. As a result these update
>files can be extremely large, particularly where a user has run a fairly
>wide-ranging "update" statement. >>
>
>Nope, they're compressed (default level of 6), and you can change it with
>the COMPRESSION clause:

Not used this so a supplementary question - are they encrypted as the tables are and if so what impact does that have on compression?

Roy
Sun, Jan 13 2013 5:49 AMPermanent Link

Adam Brett

Orixa Systems

>>Nope, they're compressed (default level of 6), and you can change it with
>>the COMPRESSION clause:

>>http://www.elevatesoft.com/manual?action=viewtopic&id=edb2sql&topic=SAVE_UPDATES


... D'Oh. Smile
Mon, Jan 14 2013 8:30 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< Not used this so a supplementary question - are they encrypted as the
tables are and if so what impact does that have on compression? >>

No, they are not encrypted.

Tim Young
Elevate Software
www.elevatesoft.com
Image