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
Post a Comment