stash/pkg/sqlite
WithoutPants 9b31b20fed [Files Refactor] Performance tuning (#2813)
* Do database txn in same thread. Retry on locked db
* Remove captions from slimscenedata
* Fix tracing
* Use where in instead of individual selects
* Remove scenes_query view
* Remove image query view
* Remove gallery query view
* Use where in for FindMany
* Don't interrupt scanning zip files
* Fix image filesize sort
2022-09-06 07:03:42 +00:00
..
migrations [Files Refactor] Performance tuning (#2813) 2022-09-06 07:03:42 +00:00
common.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
custom_migrations.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
database.go [Files Refactor] Performance tuning (#2813) 2022-09-06 07:03:42 +00:00
file.go [Files Refactor] Performance tuning (#2813) 2022-09-06 07:03:42 +00:00
file_test.go [Files Refactor] Performance tuning (#2784) 2022-09-06 07:03:42 +00:00
filter.go [Files Refactor] Performance tuning (#2809) 2022-09-06 07:03:42 +00:00
filter_internal_test.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
fingerprint.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
folder.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
folder_test.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
functions.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
gallery.go [Files Refactor] Performance tuning (#2813) 2022-09-06 07:03:42 +00:00
gallery_test.go [Files Refactor] Performance tuning (#2813) 2022-09-06 07:03:42 +00:00
hooks.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
image.go [Files Refactor] Performance tuning (#2813) 2022-09-06 07:03:42 +00:00
image_test.go [Files Refactor] Performance tuning (#2813) 2022-09-06 07:03:42 +00:00
movies.go [Files Refactor] Performance tuning (#2809) 2022-09-06 07:03:42 +00:00
movies_test.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
performer.go [Files Refactor] Performance tuning (#2809) 2022-09-06 07:03:42 +00:00
performer_test.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
query.go [Files Refactor] Performance tuning (#2809) 2022-09-06 07:03:42 +00:00
record.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
regex.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
repository.go [Files Refactor] Performance tuning (#2813) 2022-09-06 07:03:42 +00:00
saved_filter.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
saved_filter_test.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
scene.go [Files Refactor] Performance tuning (#2813) 2022-09-06 07:03:42 +00:00
scene_marker.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
scene_marker_test.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
scene_test.go [Files Refactor] Performance tuning (#2813) 2022-09-06 07:03:42 +00:00
scraped_item.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
setup_test.go [Files Refactor] Performance tuning (#2813) 2022-09-06 07:03:42 +00:00
sql.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
stash_id_test.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
studio.go [Files Refactor] Performance tuning (#2809) 2022-09-06 07:03:42 +00:00
studio_test.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
table.go [Files Refactor] Performance tuning (#2813) 2022-09-06 07:03:42 +00:00
tables.go [Files Refactor] Performance tuning (#2813) 2022-09-06 07:03:42 +00:00
tag.go [Files Refactor] Performance tuning (#2809) 2022-09-06 07:03:42 +00:00
tag_test.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
transaction.go [Files Refactor] Performance tuning (#2813) 2022-09-06 07:03:42 +00:00
tx.go [Files Refactor] Performance tuning (#2813) 2022-09-06 07:03:42 +00:00
values.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00