sql - Why doesn't the OFFSETS function respect docid condition? -


Why does

  select from where offset data = 1 and Data match 'word'  

take the same time as

  Select data offset (data) data where data match 'word'  

And how can I work it fast, that is, for a record? Thanks!


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -