Commit Graph

8 Commits

Author SHA1 Message Date
Italo José
43e90b22ae Merge branch 'devel' into release-3.5 2026-02-24 18:08:00 -03:00
Harry Adel
0cc8fd4170 Add build system guide, performance optimization, and HCP troubleshooting
- Add build-tool guide covering Meteor build pipeline, Rspack bundler
  integration (3.4), SWC compiler (3.3+), and build performance tips
- Add performance improvement guide with Monti APM as the primary APM
  service (Galaxy APM is discontinued), plus optimization strategies
  for methods, publications, and database queries
- Add hot-code-push troubleshooting guide for common HCP issues
2026-02-09 03:44:13 +02:00
italo jose
cfbeba8147 mongo: remove commented collection pre/post-images setup in ChangeStreamObserveDriver; docs: remove Performance Notes and clarify waitUntilCaughtUp timeout behavior 2025-12-12 11:30:57 -03:00
italo jose
b08fecbf20 mongo: validate and refactor reactivity driver selection
- Introduce availableDrivers and DEFAULT_REACTIVITY_ORDER (uses 'polling').
- Validate Meteor.settings.packages.mongo.reactivity if provided.
- Add _getConfiguredReactivityOrder to normalize/validate configured order.
- Extract _selectReactivityDriver to centralize async availability checks and selection.
- Simplify driverChecks and remove duplicated selection logic in _observeChanges.
- Use this consistently (instead of self) and fix multiplexer onStop closure.
- Ensure observe driver receives correct mongoHandle and store multiplexers on this.
- Add JSDoc for compareOperationTimes in mongo_common.js.
2025-12-11 17:28:25 -03:00
italo jose
98ab215894 docs: add Change Streams Observer Driver performance page and sidebar entry
Add a new performance doc describing the Change Streams–based observer driver,
including requirements, configuration options, tuning tips, and performance
notes. Also add a "Change Streams Observer Driver" entry to the Performance
section in the VitePress sidebar.
2025-12-03 17:16:25 -03:00
Leonardo Venturini
af8e8ef317 add disclaimer 2024-12-04 11:03:29 -04:00
Leonardo Venturini
085587d753 add examples 2024-12-04 10:54:22 -04:00
Leonardo Venturini
c73515470f add compression docs 2024-12-02 11:24:45 -04:00