CST363: Learning Journal Week 5



Just stopping by for my weekly journal for CST363. I don’t have anything to say except that I’m glad there were no Java based assignments this week. I just hate Java. On to the question of the week!


The web site "Use the Index Luke" has a page on "slow indexes". https://use-the-index-luke.com/sql/anatomy/slow-indexesLinks to an external site.

If indexes are supposed to speed up performance of query, what does the author mean by a slow index


What Markus Winand is trying to convey on that page is that slow indexes are situations when an index can be slower than a normal query. He explains how indexing works then says that slow indexes are a myth stemming from the misunderstanding that slow indexes can be caused by improper tree structure. Apparently most databases can tell you how they use an index and using that insight can help developers optimize how they index their databases.

Comments

Popular posts from this blog

CST438: Journal Entry Week 1

CST370: Journal Entry Week 3

CST311: Journal Entry Week 7