Bugzilla – Bug 6148
Java and C WS Core tables have non-atomic values
Last modified: 2008-06-10 19:13:57
You need to log in before you can comment on or make changes to this bug.
The service_list column in the c and java core tables contain a string-delimited list of services. There's a lot of code in the report generators to process these which could be replaced with a pretty simple SQL statement if that column were factored out into a separate table. It would also make it pretty simple to form and execute queries on what services are being used most often, etc.