1 year ago
#289065
Logging device
Time complexity of lookup using SQLDelight
I am using SQLDelight in my mobile app. The items which are being stored in the table have an id parameter. Say the count of items can go upto a few hundred, how expensive can the lookup for a particular item by its id will be? Is this strategy to look for an item by its id scalable for large tables when using SQLDelight? Assume that the id of different items form an increasing sequence. (1,2,3 ......etc)
android
ios
sqldelight
0 Answers
Your Answer