Bruno Pedro's public notes


I updated the Knowledge Base API query behind the /reports endpoint. The previous query was taking too long to process, sometimes over 10 seconds. Now I’m using a materialized view that produces results almost instantly. It didn’t make sense to wait ~10 seconds to get a list of available report types, something that doesn’t change often.