Viewing 15 posts - 1 through 15 (of 21 total)
Hi SQL-Lover 🙂
I've been watching the responses given since our last discussion on this.
Theoretical limits are always nonsense as a SAN is a shared device (if the disks aren't, the...
January 7, 2013 at 12:04 pm
On our IBM SAN (V7000) we have three physical enclosures which have two RAID 6 sets in them..... so you *should* be able to get split out....
Hope you get the...
December 19, 2012 at 2:11 pm
Ah ok 🙂 hehe suck eggs! Sorry!
Hmmm well I thought the performance you posted is good. I'm assuming the sets you've posted are the fastest results out of the...
December 19, 2012 at 1:02 pm
Hi sql lover,
I'm doing a similar exercise with a clients SAN here in NZ.
Before I even did SQLIO, I actually spent a few 30 minute sessions with our SAN tech...
December 19, 2012 at 12:40 pm
Robert,
You said in your explaination of dirty pages:
'Dirty page: A page that has changed (has transactions committed to it) and has not been written back to disk.'
Reference: http://support.microsoft.com/kb/78363
Quote:...
March 25, 2012 at 8:02 pm
Robert Davis (3/25/2012)
SQL operates with pages in cache only. It requests pages from cache. If the page doesn't exist in cache, a...
March 25, 2012 at 7:42 pm
I think we're crossing wires here...
My example was Update has occurred and then select whilst update page still dirty.
You're taking my example and reversing it round to: Select and then...
March 25, 2012 at 5:47 pm
The default isolation level in SQL Server is Read Committed.
Please refer to here: http://msdn.microsoft.com/en-us/library/ms189122.aspx
Mid way down - there is a table which shows whether or not dirty reads,...
March 25, 2012 at 5:45 pm
If you have a dirty page in memory and another user does a SELECT that would pull the same page - does it take from the disk or the buffer...
March 25, 2012 at 5:30 pm
The proper term (I've been googling :)) is 'Dirty Page Latency'...!
Thanks
March 25, 2012 at 4:16 pm
GilaMonster (3/25/2012)
eforta.it (3/25/2012)
March 25, 2012 at 4:06 pm
Full Version number of your release?
Might need a CU or SP?
March 25, 2012 at 3:33 pm
Hi there
Can you give a bit more information about the table and query...
a) How many rows in your data sets?
b) What is the query?
c) How many rows do you expect?
d)...
March 25, 2012 at 3:30 pm
rudy komacsar - Doctor "X" (3/22/2012)
b) SQL Server will have access to the 16 threads.
is not necessarily correct ... unless 'threads' are are construed to mean 'logical CPUs' or...
March 22, 2012 at 8:03 pm
Me again 🙂
I don't think you can buy 2012 licence and run 2008 R2 instead...
I'd ask the MS rep if you could - particularly if you have access to...
March 22, 2012 at 7:52 pm
Viewing 15 posts - 1 through 15 (of 21 total)