I looking for way to run select query by O(1).
Can I create index in this way that SELECT by primary key will take O (1) time complexity?
I looking for way to run select query by O(1).
Can I create index in this way that SELECT by primary key will take O (1) time complexity?