03-02-20 04:16 PM
12-02-20 12:42 PM
12-02-20 03:09 PM
Oh yes. To both your points, I absolutely agree about the lack of documentation. However, there are multiple things that need to align in the background over here. My personal (completely unbased) theory, is that it leans toward what @VivekGoel was saying about the concern of people mucking with the DB. The re-indexing thing was something we stumbled upon at my last job after running a profiler to see why BPAWorkQueueItems was killing the box. There have been some optimizations here thankfully, but I do wonder if it's a similar/related issue. If you go that route, just be aware that it will temporarily lock the table and prevent anything from being worked - do it during a down period.
Anyway. I can't make any promises, especially given that I'm in a different division, but I'll see what I can push for. 😛
Edit: Actually, some of this is already in a public document (link below). This includes mention of table reindexing, among other things.13-02-20 07:57 AM