Blog

13 October

Optimizing the order of aggregation pipelines

  • Oct 13, 2017
  • Guy Harrison

You can get big improvements in aggregation pipelines by reordering steps

Read more
06 October

Effective MongoDB indexing (part 1)

  • Oct 6, 2017
  • Guy Harrison

Indexes exist to improve the performance of your MongoDB queries. Effective indexing is critical to optimal MongoDB performance

Read more
01 October

Bulk Operations in MongoDB

  • Oct 1, 2017
  • Guy Harrison

Like most databases, mongoDB has mechanisms for bulk operations. Using these effectively is critical to optimal database performance

Read more
19 September

Sealing MongoDB documents on the blockchain

  • Sep 19, 2017
  • Guy Harrison

How to use the blockchain to 'seal' MongoDB data

Read more
12 September

Coding efficient MongoDB joins

  • Sep 12, 2017
  • Guy Harrison

The aggregation framework allows joins between MongoDB collections, but effective indexing is critical

Read more