If I use SQLite auto increment on a column, does it automatically maintain an index on that column?

I am using auto increment on an integer data column in SQLite. Since it is auto increment, the data is already sorted by that column in ascending order. So, I was wondering if SQLite will perform a binary search over the auto increment column whenever a data is searched by that column.

#sql #database

3 Likes2.35 GEEK