Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Do you have benchmarks supporting theview ccreation that show significant differences from creating the right indicies? Commented Jul 5, 2013 at 5:16
  • 1
    @BillyONeal Did I imply that the use of views involves not using appropriate indexes ? Views are based on queries. Queries should use the right indexes. Commented Jul 5, 2013 at 5:37
  • No, I mean, do you have any benchmark showing adding indices + adding views giving a greater performance than just adding indices? Commented Jul 5, 2013 at 18:31