Michaelcochez added a comment.
I merged the pull request on github now. I do not have rights to push to the gerrit repository, it might just be my limited knowledge of how gerrit works. I will look into the helm chart/CI setup soon. > questions around the index file: This file is the serialization of the in-memory tree structure used for recommendation. The file is a compressed (gzipped) binary file. For serialization we use https://pkg.go.dev/encoding/gob . Given this, and the fact that changes in the tree structure can have a 'rippling effect', it is not possible (or at least extremely hard) to alter the file. This tree is a specifically crafted type of index, serving its data from an external database would be impossible/detrimental for performance as it would require //a lot// of roundtrips. The index file is loaded into memory once when the process starts. It could be loaded from 'anywhere' and does not even have to reside on disk necessarily. TASK DETAIL https://phabricator.wikimedia.org/T301471 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Michaelcochez Cc: akosiaris, QChris, ItamarWMDE, Joe, Aklapper, Addshore, karapayneWMDE, Martaannaj, Michaelcochez, Astuthiodit_1, Arnoldokoth, Invadibot, maantietaja, wkandek, JMeybohm, Akuckartz, Nandana, jijiki, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Eevans, Hardikj, Wikidata-bugs, aude, Sjoerddebruin, Jdforrester-WMF, Mbch331, Jay8g, Dzahn
_______________________________________________ Wikidata-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected]
