Are primary keys in Oracle database automatically indexed?

If I have a million row of data and I use a primary key to perform the query, how long would it take? Would it take much longer than in a smaller table?


thanks!