We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
time ./search.sh
EXPLAIN QUERY PLAN select word from words where "word" like "${1:-for}%"
is
QUERY PLAN `--SCAN TABLE words USING COVERING INDEX words_index_1
The text was updated successfully, but these errors were encountered:
Show how long it too to do query from Go for
117b8b4
#1 debugging
On https://dfts.dabase.com/ it's must slower unsurprisingly.
Sorry, something went wrong.
CGO_ENABLED=1 https://github.com/mattn/go-sqlite3 version is twice as fast https://twitter.com/benbjohnson/status/1370936353572130816
But that makes deployment require a cross compile.... aka a total PITA! apex/up#825
fts5 might also address the slowness https://gist.github.com/egonelbre/900c4f1b3dbe19f1455526affb7f9e37 via https://twitter.com/egonelbre/status/1371036641662484483
4e2dbf7
kaihendry
No branches or pull requests
time ./search.sh
is
The text was updated successfully, but these errors were encountered: