mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 08:12:27 -05:00
[performance] Add further indexes to mitigate laggy queries (#586)
* start adding more indexes as a migration * update sqlite version
This commit is contained in:
parent
5ef41ba3f2
commit
f4b0d76cd4
236 changed files with 395899 additions and 195070 deletions
3
vendor/modernc.org/libc/capi_netbsd_amd64.go
generated
vendored
3
vendor/modernc.org/libc/capi_netbsd_amd64.go
generated
vendored
|
|
@ -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": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue