how expensive are the postgres WITH RECURSIVE? – Postgresql
I have a product system that each category can have multiple subcategory layers if there aren't any products attached to them, and we can attach as many products as we want to a category if there aren't any sub-categories attached…