Results 1 to 3 of 3
Thread: Dedup issue on only one DB?
-
01-03-2012, 12:32 PM #1Newcomer
- Join Date
- Jan 2003
- Location
- Atlanta, GA
- Posts
- 2
- Thanks
- 1
- Thanked 0 Times in 0 Posts
Dedup issue on only one DB?
I have a single database, and not one you might think, that won't client-side dedup like it should. After a full happens, I send another, and the full transmission happens again. I'll freely admit the DB is on the large side, but could that be the factor? All the other databases on this SQL server are deduping just fine!
This log is from the most recent full backup that was attempted.
Type: SQL Server
Action: Legacy Backup
Components: [redacted DB name, 28 characters long]
Status: Successful
Total SQL backups selected: 1
Total SQL backups attempted: 1
Total SQL backups completed: 1
Total SQL backups excluded: 0
Total SQL backups inactivated: 0
Total SQL backups deduplicated: 1
Throughput rate: 25,891.50 Kb/Sec
Total bytes inspected: 664,055,230,336
Total bytes transferred: 664,055,230,336
Total LanFree bytes transferred: 0
Total bytes before deduplication: 23,936
Total bytes after deduplication: 23,936
Data compressed by: 0%
Deduplication reduction: 0.00%
Total data reduction ratio: 0.00%
Elapsed processing time: 25,046.49 Secs
Any guesses?
-
01-03-2012, 01:33 PM #2Member
- Join Date
- May 2006
- Posts
- 173
- Thanks
- 3
- Thanked 6 Times in 5 Posts
There is a setting CLIENTDEDUPTXNLIMIT which I read defaults to 50GB. I suspect you are running up against that.
The CLIENTDEDUPTXNLIMIT option specifies the maximum size of a transaction when client-side deduplicated data is backed up or archived.
You may be able to work around this by backing up the DB with multiple streams so that each stream sends less than the maximum.
-Rowl
-
The Following User Says Thank You to rowl For This Useful Post:
david_stabler (01-04-2012)
-
01-04-2012, 06:12 PM #3Newcomer
- Join Date
- Jan 2003
- Location
- Atlanta, GA
- Posts
- 2
- Thanks
- 1
- Thanked 0 Times in 0 Posts
I used SETOPT to update the option file (didn't work), then just restarted TSM. After I did, the next backup came in just fine with a very nice dedup rate (strangely, after doing a few fulls in a row, I got this result:
Total bytes before deduplication: 658,224,118,656
Total bytes after deduplication: 28,760,376,005
Data compressed by: 0%
Deduplication reduction: 95.64%
Total data reduction ratio: 95.64%
Elapsed processing time: 16,363.29 Secs
Much Better! Thanks!
)
Similar Threads
-
Dedup - Is it working?
By totalstu in forum TSM Installation, Upgrade and ConfigurationReplies: 3Last Post: 05-13-2011, 08:17 AM -
TSM 6.x dedup
By rwhtmv in forum TSM ServerReplies: 9Last Post: 04-15-2011, 05:02 PM -
Dedup on TSM 6.2
By javajockey in forum TSM Installation, Upgrade and ConfigurationReplies: 8Last Post: 11-16-2010, 01:26 PM -
Dedup volumes by OS?
By Stephan in forum TSM ServerReplies: 2Last Post: 08-02-2010, 01:12 PM -
Dedup reporting
By chriscain in forum TSM Reporting & MonitoringReplies: 1Last Post: 06-28-2010, 03:40 AM


