February 16, 2018 at 12:17 pm
Hi folks...
Last week, I heard a new (to me) term: materialized view. (I'm working in an Oracle shop right now; don't judge me!) Having worked in mostly SQL Server environments, I had never heard of materialized views before. Now I'm spending some time trying to learn about them.
Can anyone recommend any learning resources about them, including (and especially) examples of how to use them?
Thanks!
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
February 19, 2018 at 4:01 am
I'd start with the MS documentation, it's pretty good. They're usually called 'indexed views', so that search term should get you a lot of reading.
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
February 19, 2018 at 5:34 am
I did a search of "Materialized Views Oracle" and got quite a bit of information about it. It does seem that materialized views in Oracle can do quite a bit more than materialized views (indexed views) in SQL Server.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply