x
login about faq Site discussion (meta-askssc)

LOB data on a different filegroup - performance issues/gains?

Hi,

What are the pros/cons of separating IN_ROW_DATA data and LOB_DATA in different filegroups? (MSSQL 2K5 EE SP3 CU10 x64)

more ▼

asked Feb 16 '11 at 02:27 AM in Default

Wilfred van Dijk gravatar image

Wilfred van Dijk
549 13 18 20

(comments are locked)
10|1200 characters needed characters left

1 answer: sort voted first

It really depends on the system. If you store a lot of LOB data and you can seperate this to a different drive and/or controller, you'll see a performance benefit. Also, it means you can backup that filegroup seperately from the others in the event you're looking at extremely large sets of data. The only con is the added overhead of maintaining additional drives and the extra work required when restoring the database because of the extra drives. In short, it can basically be all positive. In general, I consider it a best practice to seperate that type of storage into another file group.

more ▼

answered Feb 16 '11 at 04:26 AM

Grant Fritchey gravatar image

Grant Fritchey ♦♦
64.9k 13 20 66

(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x225
x28
x24

asked: Feb 16 '11 at 02:27 AM

Seen: 892 times

Last Updated: Feb 16 '11 at 02:27 AM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.