Creating a Meteor app for the internal use of a company, I have designed it to track people and enable managers to assign tasks to various employees. Given the small size of the data being utilized, I anticipate that the database will not grow significantly.
While it is common practice to dynamically subscribe to the subset of the database currently in use within different views, I am considering subscribing to all data at startup due to the limited content. Does anyone have insights or experiences on how this approach performs as the database size increases?