Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When Learning Locker stores extensions, the dots in the keys are replaced with &46; because Mongo does not allow dots in keys. You can find more information in the Connection HTTP Interface documentation and the Aggregation HTTP Interface documentation.

WHY ARE MY QUERIES RUNNING SLOWLY?

It’s likely that you are querying without utilising Mongo indexes. You can improve the performance of your queries by utilising Mongo indexes. More information is available in the Connection HTTP Interface documentation and the Aggregation HTTP Interface documentation.

WHY AM I GETTING AN UNAUTHORISED ERROR USING THE XAPI?

...