github hydrusnetwork/hydrus v410
Version 410

latest releases: v573, v572, v571...
3 years ago
  • general work:
  • fixed a bug in the new file service filtering code that was stopping file upload commands to file repositories or ipfs services from sticking
  • fixed an issue with the export files dialog auto-close-when-done function
  • I think I fixed a possible bug in the boot file location repair/recovery dialog sometimes not saving corrected paths on unusual file systems
  • file migration cancel button and shut off timer should work a bit more reliably, more to come here
  • copying subscription quality csv info to clipboard no longer does nice human numbers (you now get 1234, not csv-breaking 1,234)!
  • may have fixed a very rare 'or predicate' error when opening a dialog with a 'read' autocomplete input, like export folder or file maintenance jobs dialogs
  • all pages are better about dealing with missing (i.e. recently deleted) services on load, and autocompletes also
  • error handling from servers with strange character encodings should be better about dealing with null characters
  • cleaned up the combined display regen chain code
  • deleted some obselete db code
  • .
  • optimisation review:
  • after more profiling, and thanks to additional input from users, I have done another round of optimisation for the new caches. using a new technique, more than just mappings are sped up this week - a number of queries that were prone to lag spikes should now have much more reliable speed and also be faster when hammered often
  • .
  • join and analyse db optimisations:
  • these are mostly forcing table join orders, which reduces lag spikes, and reducing some related pre-query analysis overhead, which speeds things up more the faster your drive is (up to double processing speed on an ssd). they will affect different clients to different extents, but if your 'related tags' were taking more than a second to load, it should be sorted this week. systems affected:
  • archiving files
  • fetching 'related' suggested tags
  • tag siblings regen/update in about ten places
  • all mappings processing
  • additional mappings processing for add/delete, pend/rescind_pend
  • importing or deleting files that have tags
  • loading medias' tags for the first time or on regen
  • loading any media for the first time
  • num notes searches
  • similar files search tree maintenance
  • many general file hash lookups
  • many general tag lookups
  • .
  • other optimisations:
  • mappings processing
  • sibling processing
  • wildcard tag searches, with and without namespaces, particularly when mixed with other search terms
  • 'tag as number' searches, with and without namespaces, particularly when mixed with other search terms
  • searching for tags when mixed with other search terms
  • has notes/no notes
  • searching files on 'all known files' with general file metadata system predicates (like size, filetype)
  • url class, url domain, and url regex file searches, particularly when mixed with other search terms
  • num tag file searches when mixed with other search terms
  • has/not has tags file searches when mixed with other search terms
  • sped up specific display chain regen significantly, with similar separate current/pending optimisations as last week's for combined
  • converted specific display cache overall regen to use a copy followed by the new chain regen rather than additive file import
  • sped up combined display chain regen a little bit
  • the splash window now updates itself with less UI overhead, so spammy updates (like the new tag regen code) use a little less CPU and fewer UI context switches

Don't miss a new hydrus release

NewReleases is sending notifications on new releases.