Does QxOrm support Create Column Index?
I'm using sqlite with a mass of data.
What I'm doing is something like this: First, I query a record from a table, if there is no existed, then insert a new one.
I know Index will reduce query time, any other suggestion?
What I'm doing is something like this: First, I query a record from a table, if there is no existed, then insert a new one.
I know Index will reduce query time, any other suggestion?