i tried it but still i get same amount of rows read. i deleted the table and created the index. Am i

i tried it but still i get same amount of rows read. i deleted the table and created the index. Am i missing something?

my index
'CREATE INDEX IF NOT EXISTS idx_url ON ProductData (url)'

my query
SELECT * FROM ProductData WHERE url = ?
Was this page helpful?