Hi,
We have products that belong to thousands of categories. Sometimes, for some products, we need to clear all categories from these products.
Normally, I would use CategoryService.GetByBaseProduct()
to get all related categories, but this takes way too long for our case (in production it takes over 100 seconds). Using DataService and filter with ContainsBaseProduct
also takes some time.
Any ideas?
Litium version: 8.3.1