https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42585
--- Comment #2 from Kyle M Hall (khall) <[email protected]> --- (In reply to David Cook from comment #1) > I thought that there was a report open for this already but I can't find it > with a quick search. Maybe I've just talked with people about this. Anyway, > I think it's a good idea. > > And there's some options. The first one I was thinking of was doing EXPLAIN > queries and seeing what the query planner thinks of the query. Yes! I've code something just nearing completion and it includes EXPLAIN and some static analysis tools. > Another option (which would probably be best served by plugins) would be to > have a LLM take a look at it. I've pointed AIs at Koha SQL queries in the > past to see how well they would do, and it seemed like they did pretty good. This is actually where I started before I veered off into explain and static analysis. I've found https://github.com/mlc-ai/web-llm which is intriguing. I have no idea if it's practical yet, but if it is, that will be a followup bug. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
