CST 363 Wk5: Slow Indexes

 Well hello! it's been awhile hasn't it?


Even though indexes are generally fast and enhance query performance, but if the database is poorly designed and/or maintained then the index would have a negative effect on performance. For example table data can be unsorted and the index scan has to search all matching indexes instead of just finding a single matching value. .

Comments

Popular posts from this blog

CST 363 Wk7:

Week 4 Learning Journal

wk2: Trust the Process