May 9, 2010 at 9:27 pm
I have an interview coming up
One of the areas i will be question upon is "Redundant Structures"?
Can some one tell me what are they ? Any resource where i can study them ?
Tried googling and searching through forums 🙁 didnt work
[font="Verdana"]
Today is the tomorrow you worried about yesterday:-)[/font]
May 10, 2010 at 1:23 am
No idea, it's not a standard SQL term or definition. I'd ask for more details.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 10, 2010 at 10:49 am
Here are the only things I could find
A structure with extra internal load paths or external supports in excess of the minimum required for stability.
it seems like it could be a way of talking about denormalization. I agree though it sounds like a home grown term
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
May 10, 2010 at 11:02 am
@@Gail.. Thank You
@@Bradley: Yupe.. i too guess it should be near to Denormalization.
Anyways i will update you if i attend this interview.
[font="Verdana"]
Today is the tomorrow you worried about yesterday:-)[/font]
May 10, 2010 at 2:29 pm
Z@f (5/9/2010)
... will be question upon "Redundant Structures"
This expression applies to optimization structures in large environments like multitera byte data warehouse, such structures come in two flavors which are non-redundant and redundant.
A good example of each one would be...
non-redundant... table partitioning.
redundant... materialized views.
As you can see redundant structures originate redundant data while non-redundant structures doesn't.
Hope this helps.
_____________________________________
Pablo (Paul) Berzukov
Author of Understanding Database Administration available at Amazon and other bookstores.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.May 10, 2010 at 7:10 pm
Heh... I wonder if "redundant" refers to mirroring, clustering, replication, etc.
{edit} Heh... never mind. Simple GOOGLE search gave me more answers about "Redundant Structures" that I'm embarassed. I searched for...
"Redundant Structures" SQL SERVER
Another good interview question might be "As a DBA or SQL Developer, how would you find out what 'Redundant Structures' are as they pertain to SQL Server." 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply