[performance] Add further indexes to mitigate laggy queries (#586)

* start adding more indexes as a migration

* update sqlite version
This commit is contained in:
tobi 2022-05-18 16:58:26 +02:00 committed by GitHub
commit f4b0d76cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
236 changed files with 395899 additions and 195070 deletions

View file

@ -98,6 +98,7 @@ var CAPI = map[string]struct{}{
"__isnanf": {},
"__isnanl": {},
"__isoc99_sscanf": {},
"__isprint_l": {},
"__isthreaded": {},
"__lookup_ipliteral": {},
"__lookup_name": {},
@ -107,6 +108,7 @@ var CAPI = map[string]struct{}{
"__sF": {},
"__shgetc": {},
"__shlim": {},
"__srget": {},
"__stderrp": {},
"__stdinp": {},
"__stdoutp": {},
@ -278,6 +280,7 @@ var CAPI = map[string]struct{}{
"isnan": {},
"isnanf": {},
"isnanl": {},
"isprint": {},
"kill": {},
"ldexp": {},
"link": {},