attachments saving
#4

Quote:
Originally Posted by Calisthenics
View Post
It is an expression in WHERE clause.
[pawn]
EDIT:
Create a multi-column index.
pawn Code:
CREATE INDEX ownerid_indexindex ON attachments (ownerid, indexindex);
https://www.sqlite.org/queryplanner....column_indices

which will also work as a single-index for `ownerid` column.
thank you very much everything is fixed it works fine now but i would like to learn more about the Create a multi-column index. you talked about i checked the link i didnt understand can you please give me an example using my code above i will be grateful thanks
Reply


Messages In This Thread
attachments saving - by SalmaN97 - 05.11.2018, 15:26
Re: attachments saving - by SalmaN97 - 06.11.2018, 11:45
Re: attachments saving - by Calisthenics - 06.11.2018, 11:52
Re: attachments saving - by SalmaN97 - 06.11.2018, 12:31
Re: attachments saving - by Calisthenics - 06.11.2018, 12:45

Forum Jump:


Users browsing this thread: 1 Guest(s)