I have a large library where we are storing around 6,000 files. We are managing the list view threshold via a couple methods (indexing, periodically increasing the list view threshold), and right now it's working fine.
The library's users would like a workflow on the library to send notifications when documents are added.
Can anyone think of a reason why a simple notification workflow would be problematic on a large library? I would like to make sure I'm not creating something that will cause problems down the road.