Question about index for primary key. #42254
Answered
by
yhmo
hjlee9182
asked this question in
Q&A and General discussion
-
Inverted indexes can be applied to primary keys, but do they actually have any performance benefit? |
Beta Was this translation helpful? Give feedback.
Answered by
yhmo
May 30, 2025
Replies: 1 comment
-
By default, the primary key field is already indexed even if you didn't create any index on it. So, there is no much difference in performance if you apply an inverted index on the primary key. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hjlee9182
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default, the primary key field is already indexed even if you didn't create any index on it. So, there is no much difference in performance if you apply an inverted index on the primary key.