I am developing an android application and using SQLite. I wonder that:
What is the time complexity of INSERT, UPDATE and SELECT operations. (I would be happy if the answer will be in terms of BigO notation but other answers are also welcome.)
What is the CPU usage?