cancel
Showing results for 
Search instead for 
Did you mean: 

Best practices about when to create new VSG, VS, Index, etc.

cpremoe
Level 2

Are there any guidlines about when to create new VSG or VS, or how many partitions you should have in each VS? How large a partition should be? Plus, how big should I allow my index to grow? My index is curretly about 800GB. Just looking to ensure my EV environment stays healthy.

One EV server, one SQL server, we journal about 4TB of data a year with unlimited retention. I have about 12TB in one VS right now in 8 partitions.

Any freedback would be appreciated.

Thanks
Chad

2 REPLIES 2

GertjanA
Moderator
Moderator
Partner    VIP    Accredited Certified

Hello Chad,

There is not really a best practice. One of the guidelines is to look at the size of the databases, and the number of items in the archives.

Here is my 2 cents:

A new VSG is really only necessary if the fingerprintdatabase is extremely large. I would not worry about this one.

A new VS, also check the belonging database. Remember that creating a new VS also means creating new Journal Archives in this VS, and adjusting the target archives in the Journal Mailbox definitions.

New partitions. YOu can have as many partitions you want. I take in account if the partition can be backed up in a reasonable amount of time. If using a Centera, there is no issue. When using other storage, it might be good to have a partition per quarter/half year/year, it really is up to you. You can even de per month. Good thing is you can prepare your partitions, and define a roll-over schedule.

Indexes can grow pretty large, but should be about 13% of the archived data. In your scenario, 4TB per year = 550GB indexes. I have index-locations which are 900GB... But, same applies here in regards to backup. Can you backup the indexes in a reasonable time-frame. Be advised that as of EV10 you can close an index location, which then menas no new data is added. If you have 64bit indexes (which I assume you do) there is no performance loss what so ever..

I hope this helps. You can also have a look at the Performance Guide on the site. The one for 11 is here: http://www.veritas.com/docs/000004125 that has some indications too.

Regards. Gertjan

ChrisLangevin
Level 6
Employee

Chad,

-How big should your partitions be?

Your backup schedule should dictate this. EV doesn't care if the partition is 40MB or 40TB (we just see it as a folder), but EV does care that the new items added to the open partition are backed up in a timely fashion. Roll over to a new partition when the size starts precluding this.

 

-How many partitions should you have?

Fewer than 32,767, since they are tracked in the Directory database using a smallint data type. Aside from this very high ceiling, do whatever makes your administration easiest.

 

-When should you make a new Vault Store?

When the number of items in the current Vault Store gets to be about 250 million, it's time to make a new Vault Store. This is described in our EV SQL Best Practices guide, on page 26.

 

--Chris