I am rebuilding 2 SQL servers to their new spec. 250GB Raid 0.
I am in a dilemma over the best configuration.
Do I put tempdb in one partition? How much space do I allocate?
Do I put data, logs and indexes in separate partitions? If so what would be the optimum ratio of space 1:2:1 ? Here I risk wasting a lot of disc space.
Or do I just dump it all in one partition and maximise the disc space. Will I pay heavily in performance?
The servers will be read only by day – running queries, mostly in pre-aggregated tables.
A large single load and update at night.
Thanks
** Don't reach for the moon when you have the stars. ;-) TheJFM **
I am in a dilemma over the best configuration.
Do I put tempdb in one partition? How much space do I allocate?
Do I put data, logs and indexes in separate partitions? If so what would be the optimum ratio of space 1:2:1 ? Here I risk wasting a lot of disc space.
Or do I just dump it all in one partition and maximise the disc space. Will I pay heavily in performance?
The servers will be read only by day – running queries, mostly in pre-aggregated tables.
A large single load and update at night.
Thanks
** Don't reach for the moon when you have the stars. ;-) TheJFM **