|
|
|
|
|
by balfirevic
2286 days ago
|
|
How does it change the complexity class of an algorithm? Database performing a table read because additional columns were requested shouldn't change the complexity class if the query was otherwise successfully satisfied using the index. I searched the article for "complexity class" and, while I found the phrase, it didn't explain much. |
|
But yes, you're right: just going to the heap is not a change in complexity class.